Html Css Color HEX #35E5CC Turquoise

📋 copy color: '#35E5CC'

red 53 ◦ green 229 ◦ blue 204

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

Shades of Turquoise #35E5CC

Tints of Turquoise #35E5CC

RGB

 RED value IS 53 (21.09% from 255) = 10.91%

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

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

R = 10.91%
G = 47.12%
B = 41.98%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#35E5CC (or 0x35E5CC) is known color: Turquoise. HEX triplet: 35, E5 and CC. RGB value is (53,229,204). Sum of RGB (Red+Green+Blue) = 53+229+204=486 (64% of max value = 765). Red value is 53 (21.09% from 255 or 10.91% from 486); Green value is 229 (89.84% from 255 or 47.12% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 229 - color contains mainly: green. Hex color #35E5CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35E5CC is #CA1A33. Grayscale: #ADADAD. Windows color (decimal): -13244980 or 13428021. OLE color: 13428021.

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

Color convert

RGB 53 229 204 -
CMYK 0.77 0 0.11 0.10
HSL 171.48º 0.77% 0.55% -
HSV(B) 171.48º 0.77% 0.9% -
XYZ 40.39 61.16 66.8 -
YUV 173.53 145.19 42.03 -
System Red Green Blue C M Y K H S L
Decimal 53 229 204 0.77 0 0.11 0.10 171.48 0.77 0.55
Hex 35 E5 CC 4D 0 B A AB 4D 37
Octal 65 345 314 115 0 13 12 253 115 67
Binary 110101 11100101 11001100 1001101 0 1011 1010 10101011 1001101 110111

Color Harmonies of #35E5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35E5CC

Black with #35E5CC

Text Example


Text Example

White with #35E5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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