Html Css Color HEX #35EECB Turquoise

📋 copy color: '#35EECB'

red 53 ◦ green 238 ◦ blue 203

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

Shades of Turquoise #35EECB

Tints of Turquoise #35EECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.09%

R = 10.73%
G = 48.18%
B = 41.09%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#35EECB (or 0x35EECB) is known color: Turquoise. HEX triplet: 35, EE and CB. RGB value is (53,238,203). Sum of RGB (Red+Green+Blue) = 53+238+203=494 (65% of max value = 765). Red value is 53 (21.09% from 255 or 10.73% from 494); Green value is 238 (93.36% from 255 or 48.18% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 238 - color contains mainly: green. Hex color #35EECB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35EECB is #CA1134. Grayscale: #B2B2B2. Windows color (decimal): -13242677 or 13364789. OLE color: 13364789.

HSL color Cylindrical-coordinate representation of color #35EECB: hue angle of 168.65º 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 #35EECB is Cyan = 0.78, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 53 238 203 -
CMYK 0.78 0 0.15 0.07
HSL 168.65º 0.84% 0.57% -
HSV(B) 168.65º 0.78% 0.93% -
XYZ 42.82 66.22 67.02 -
YUV 178.7 141.71 38.35 -
System Red Green Blue C M Y K H S L
Decimal 53 238 203 0.78 0 0.15 0.07 168.65 0.84 0.57
Hex 35 EE CB 4E 0 F 7 A9 54 39
Octal 65 356 313 116 0 17 7 251 124 71
Binary 110101 11101110 11001011 1001110 0 1111 111 10101001 1010100 111001

Color Harmonies of #35EECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35EECB

Black with #35EECB

Text Example


Text Example

White with #35EECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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