Html Css Color HEX #30EAF6 Turquoise

📋 copy color: '#30EAF6'

red 48 ◦ green 234 ◦ blue 246

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

Shades of Turquoise #30EAF6

Tints of Turquoise #30EAF6

RGB

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

 GREEN value IS 234 (91.8% from 255) = 44.32%

 BLUE value IS 246 (96.48% from 255) = 46.59%

R = 9.09%
G = 44.32%
B = 46.59%

CMYK

 C value IS 0.80

 M value IS 0.05

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#30EAF6 (or 0x30EAF6) is known color: Turquoise. HEX triplet: 30, EA and F6. RGB value is (48,234,246). Sum of RGB (Red+Green+Blue) = 48+234+246=528 (69% of max value = 765). Red value is 48 (19.14% from 255 or 9.09% from 528); Green value is 234 (91.80% from 255 or 44.32% from 528); Blue value is 246 (96.48% from 255 or 46.59% from 528); Max value from RGB is 246 - color contains mainly: blue. Hex color #30EAF6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #30EAF6 is #CF1509. Grayscale: #B3B3B3. Windows color (decimal): -13571338 or 16181808. OLE color: 16181808.

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

Color convert

RGB 48 234 246 -
CMYK 0.80 0.05 0 0.04
HSL 183.64º 0.92% 0.58% -
HSV(B) 183.64º 0.8% 0.96% -
XYZ 47.28 66.13 97.46 -
YUV 179.75 165.38 34.02 -
System Red Green Blue C M Y K H S L
Decimal 48 234 246 0.80 0.05 0 0.04 183.64 0.92 0.58
Hex 30 EA F6 50 5 0 4 B8 5C 3A
Octal 60 352 366 120 5 0 4 270 134 72
Binary 110000 11101010 11110110 1010000 101 0 100 10111000 1011100 111010

Color Harmonies of #30EAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30EAF6

Black with #30EAF6

Text Example


Text Example

White with #30EAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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