Html Css Color HEX #30E6CC Turquoise

📋 copy color: '#30E6CC'

red 48 ◦ green 230 ◦ blue 204

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

Shades of Turquoise #30E6CC

Tints of Turquoise #30E6CC

RGB

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

 GREEN value IS 230 (90.23% from 255) = 47.72%

 BLUE value IS 204 (80.08% from 255) = 42.32%

R = 9.96%
G = 47.72%
B = 42.32%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#30E6CC (or 0x30E6CC) is known color: Turquoise. HEX triplet: 30, E6 and CC. RGB value is (48,230,204). Sum of RGB (Red+Green+Blue) = 48+230+204=482 (63% of max value = 765). Red value is 48 (19.14% from 255 or 9.96% from 482); Green value is 230 (90.23% from 255 or 47.72% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 230 - color contains mainly: green. Hex color #30E6CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30E6CC is #CF1933. Grayscale: #ACACAC. Windows color (decimal): -13572404 or 13428272. OLE color: 13428272.

HSL color Cylindrical-coordinate representation of color #30E6CC: hue angle of 171.43º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E6CC is Cyan = 0.79, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB 48 230 204 -
CMYK 0.79 0 0.11 0.10
HSL 171.43º 0.78% 0.55% -
HSV(B) 171.43º 0.79% 0.9% -
XYZ 40.41 61.58 66.88 -
YUV 172.62 145.7 39.11 -
System Red Green Blue C M Y K H S L
Decimal 48 230 204 0.79 0 0.11 0.10 171.43 0.78 0.55
Hex 30 E6 CC 4F 0 B A AB 4E 37
Octal 60 346 314 117 0 13 12 253 116 67
Binary 110000 11100110 11001100 1001111 0 1011 1010 10101011 1001110 110111

Color Harmonies of #30E6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30E6CC

Black with #30E6CC

Text Example


Text Example

White with #30E6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,230,204); }

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

background-color css

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

 a { background-color: rgb(48,230,204); }

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

border-color css

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

 span { border-color: rgb(48,230,204); }

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