#30F5CA

Color #30F5CA Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #30F5CA

Tints of Turquoise #30F5CA

Color information

#30F5CA (or 0x30F5CA) is unknown color: approx Turquoise. HEX triplet: 30, F5 and CA. RGB value is (48,245,202). Sum of RGB (Red+Green+Blue) = 48+245+202=495 (65% of max value = 765). Red value is 48 (19.14% from 255 or 9.70% from 495); Green value is 245 (96.09% from 255 or 49.49% from 495); Blue value is 202 (79.30% from 255 or 40.81% from 495); Max value from RGB is 245 - color contains mainly: green. Hex color #30F5CA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30F5CA is #CF0A35. Grayscale: #B5B5B5. Windows color (decimal): -13568566 or 13301040. OLE color: 13301040.

HSL color Cylindrical-coordinate representation of color #30F5CA: hue angle of 166.9º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F5CA is Cyan = 0.80, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB48245202-
CMYK0.8000.180.04
HSL166.9º90.78%57.45%-
HSV(B)166.9º80.41%96.08%-
XYZ44.5370.267.08-
YUV181.2139.7333-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 48 (19.14% from 255) = 9.70%
GREEN value IS 245 (96.09% from 255) = 49.49%
BLUE value IS 202 (79.30% from 255) = 40.81%
R=9.70%
G=49.49%
B=40.81%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal482452020.8000.180.04166.990.7857.45
Hex30F5CA500124a75b39
Octal60365312120022424713371
Binary11000011110101110010101010000010010100101001111011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30F5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30F5CA; }

 p { color: rgb(48,245,202); }

 H1.HeaderClassName
 {
   color: #30F5CA;
 }
 .AnyTagClassName
 {
   color: #30F5CA;
 }
</style>
background-color css

<style>
 a { background-color: #30F5CA; }

 a { background-color: rgb(48,245,202); }

 div.DivClassName
 {
   background-color: #30F5CA;
 }
 .BgClassName
 {
   background-color: #30F5CA;
 }
</style>
border-color css

<style>
 span { border-color: #30F5CA; }

 span { border-color: rgb(48,245,202); }

 td.TdClassName
 {
   border-color: #30F5CA;
 }
 .TagClassName
 {
   border-color: #30F5CA;
 }
</style>