Html Css Color HEX #30ECC6 Turquoise

📋 copy color: '#30ECC6'

red 48 ◦ green 236 ◦ blue 198

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

Shades of Turquoise #30ECC6

Tints of Turquoise #30ECC6

RGB

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

 GREEN value IS 236 (92.58% from 255) = 48.96%

 BLUE value IS 198 (77.73% from 255) = 41.08%

R = 9.96%
G = 48.96%
B = 41.08%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#30ECC6 (or 0x30ECC6) is known color: Turquoise. HEX triplet: 30, EC and C6. RGB value is (48,236,198). Sum of RGB (Red+Green+Blue) = 48+236+198=482 (63% of max value = 765). Red value is 48 (19.14% from 255 or 9.96% from 482); Green value is 236 (92.58% from 255 or 48.96% from 482); Blue value is 198 (77.73% from 255 or 41.08% from 482); Max value from RGB is 236 - color contains mainly: green. Hex color #30ECC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30ECC6 is #CF1339. Grayscale: #AFAFAF. Windows color (decimal): -13570874 or 13036592. OLE color: 13036592.

HSL color Cylindrical-coordinate representation of color #30ECC6: hue angle of 167.87º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30ECC6 is Cyan = 0.80, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB 48 236 198 -
CMYK 0.80 0 0.16 0.07
HSL 167.87º 0.83% 0.56% -
HSV(B) 167.87º 0.8% 0.93% -
XYZ 41.41 64.7 63.73 -
YUV 175.46 140.72 37.09 -
System Red Green Blue C M Y K H S L
Decimal 48 236 198 0.80 0 0.16 0.07 167.87 0.83 0.56
Hex 30 EC C6 50 0 10 7 A8 53 38
Octal 60 354 306 120 0 20 7 250 123 70
Binary 110000 11101100 11000110 1010000 0 10000 111 10101000 1010011 111000

Color Harmonies of #30ECC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30ECC6

Black with #30ECC6

Text Example


Text Example

White with #30ECC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,236,198); }

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

background-color css

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

 a { background-color: rgb(48,236,198); }

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

border-color css

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

 span { border-color: rgb(48,236,198); }

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