Html Css Color HEX #30F2EA Turquoise

📋 copy color: '#30F2EA'

red 48 ◦ green 242 ◦ blue 234

#30F2EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #30F2EA

Tints of Turquoise #30F2EA

RGB

 RED value IS 48 (19.14% from 255) = 9.16%

 GREEN value IS 242 (94.92% from 255) = 46.18%

 BLUE value IS 234 (91.8% from 255) = 44.66%

R = 9.16%
G = 46.18%
B = 44.66%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#30F2EA (or 0x30F2EA) is known color: Turquoise. HEX triplet: 30, F2 and EA. RGB value is (48,242,234). Sum of RGB (Red+Green+Blue) = 48+242+234=524 (69% of max value = 765). Red value is 48 (19.14% from 255 or 9.16% from 524); Green value is 242 (94.92% from 255 or 46.18% from 524); Blue value is 234 (91.80% from 255 or 44.66% from 524); Max value from RGB is 242 - color contains mainly: green. Hex color #30F2EA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #30F2EA is #CF0D15. Grayscale: #B6B6B6. Windows color (decimal): -13569302 or 15397424. OLE color: 15397424.

HSL color Cylindrical-coordinate representation of color #30F2EA: hue angle of 177.53º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F2EA is Cyan = 0.80, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB 48 242 234 -
CMYK 0.80 0 0.03 0.05
HSL 177.53º 0.88% 0.57% -
HSV(B) 177.53º 0.8% 0.95% -
XYZ 47.82 70.07 88.85 -
YUV 183.08 156.73 31.65 -
System Red Green Blue C M Y K H S L
Decimal 48 242 234 0.80 0 0.03 0.05 177.53 0.88 0.57
Hex 30 F2 EA 50 0 3 5 B2 58 39
Octal 60 362 352 120 0 3 5 262 130 71
Binary 110000 11110010 11101010 1010000 0 11 101 10110010 1011000 111001

Color Harmonies of #30F2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F2EA

Black with #30F2EA

Text Example


Text Example

White with #30F2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,242,234); }

 H1.HeaderClassName
 {
   color: #30F2EA;
 }
 .AnyTagClassName
 {
   color: #30F2EA;
 }
</style>

background-color css

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

 a { background-color: rgb(48,242,234); }

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

border-color css

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

 span { border-color: rgb(48,242,234); }

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