Html Css Color HEX #35EECF Turquoise

📋 copy color: '#35EECF'

red 53 ◦ green 238 ◦ blue 207

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

Shades of Turquoise #35EECF

Tints of Turquoise #35EECF

RGB

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

 GREEN value IS 238 (93.36% from 255) = 47.79%

 BLUE value IS 207 (81.25% from 255) = 41.57%

R = 10.64%
G = 47.79%
B = 41.57%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#35EECF (or 0x35EECF) is known color: Turquoise. HEX triplet: 35, EE and CF. RGB value is (53,238,207). Sum of RGB (Red+Green+Blue) = 53+238+207=498 (65% of max value = 765). Red value is 53 (21.09% from 255 or 10.64% from 498); Green value is 238 (93.36% from 255 or 47.79% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 238 - color contains mainly: green. Hex color #35EECF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35EECF is #CA1130. Grayscale: #B3B3B3. Windows color (decimal): -13242673 or 13626933. OLE color: 13626933.

HSL color Cylindrical-coordinate representation of color #35EECF: hue angle of 169.95º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35EECF is Cyan = 0.78, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 53 238 207 -
CMYK 0.78 0 0.13 0.07
HSL 169.95º 0.84% 0.57% -
HSV(B) 169.95º 0.78% 0.93% -
XYZ 43.31 66.41 69.57 -
YUV 179.15 143.71 38.02 -
System Red Green Blue C M Y K H S L
Decimal 53 238 207 0.78 0 0.13 0.07 169.95 0.84 0.57
Hex 35 EE CF 4E 0 D 7 AA 54 39
Octal 65 356 317 116 0 15 7 252 124 71
Binary 110101 11101110 11001111 1001110 0 1101 111 10101010 1010100 111001

Color Harmonies of #35EECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35EECF

Black with #35EECF

Text Example


Text Example

White with #35EECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,238,207); }

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

background-color css

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

 a { background-color: rgb(53,238,207); }

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

border-color css

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

 span { border-color: rgb(53,238,207); }

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