Html Css Color HEX #30EAB6 Turquoise

📋 copy color: '#30EAB6'

red 48 ◦ green 234 ◦ blue 182

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

Shades of Turquoise #30EAB6

Tints of Turquoise #30EAB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 39.22%

R = 10.34%
G = 50.43%
B = 39.22%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.22

 K value IS 0.08

RGB Variations

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

Color information

#30EAB6 (or 0x30EAB6) is known color: Turquoise. HEX triplet: 30, EA and B6. RGB value is (48,234,182). Sum of RGB (Red+Green+Blue) = 48+234+182=464 (61% of max value = 765). Red value is 48 (19.14% from 255 or 10.34% from 464); Green value is 234 (91.80% from 255 or 50.43% from 464); Blue value is 182 (71.48% from 255 or 39.22% from 464); Max value from RGB is 234 - color contains mainly: green. Hex color #30EAB6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30EAB6 is #CF1549. Grayscale: #ACACAC. Windows color (decimal): -13571402 or 11987504. OLE color: 11987504.

HSL color Cylindrical-coordinate representation of color #30EAB6: hue angle of 163.23º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30EAB6 is Cyan = 0.79, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.08.

Color convert

RGB 48 234 182 -
CMYK 0.79 0 0.22 0.08
HSL 163.23º 0.82% 0.55% -
HSV(B) 163.23º 0.79% 0.92% -
XYZ 39.09 62.85 54.33 -
YUV 172.46 133.38 39.23 -
System Red Green Blue C M Y K H S L
Decimal 48 234 182 0.79 0 0.22 0.08 163.23 0.82 0.55
Hex 30 EA B6 4F 0 16 8 A3 52 37
Octal 60 352 266 117 0 26 10 243 122 67
Binary 110000 11101010 10110110 1001111 0 10110 1000 10100011 1010010 110111

Color Harmonies of #30EAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30EAB6

Black with #30EAB6

Text Example


Text Example

White with #30EAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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