Html Css Color HEX #30E5CC Turquoise

📋 copy color: '#30E5CC'

red 48 ◦ green 229 ◦ blue 204

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

Shades of Turquoise #30E5CC

Tints of Turquoise #30E5CC

RGB

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

 GREEN value IS 229 (89.84% from 255) = 47.61%

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

R = 9.98%
G = 47.61%
B = 42.41%

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

#30E5CC (or 0x30E5CC) is known color: Turquoise. HEX triplet: 30, E5 and CC. RGB value is (48,229,204). Sum of RGB (Red+Green+Blue) = 48+229+204=481 (63% of max value = 765). Red value is 48 (19.14% from 255 or 9.98% from 481); Green value is 229 (89.84% from 255 or 47.61% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 229 - color contains mainly: green. Hex color #30E5CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30E5CC is #CF1A33. Grayscale: #ABABAB. Windows color (decimal): -13572660 or 13428016. OLE color: 13428016.

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

Color convert

RGB 48 229 204 -
CMYK 0.79 0 0.11 0.10
HSL 171.71º 0.78% 0.54% -
HSV(B) 171.71º 0.79% 0.9% -
XYZ 40.14 61.03 66.79 -
YUV 172.03 146.03 39.53 -
System Red Green Blue C M Y K H S L
Decimal 48 229 204 0.79 0 0.11 0.10 171.71 0.78 0.54
Hex 30 E5 CC 4F 0 B A AC 4E 36
Octal 60 345 314 117 0 13 12 254 116 66
Binary 110000 11100101 11001100 1001111 0 1011 1010 10101100 1001110 110110

Color Harmonies of #30E5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30E5CC

Black with #30E5CC

Text Example


Text Example

White with #30E5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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