Html Css Color HEX #35E2D6 Turquoise

📋 copy color: '#35E2D6'

red 53 ◦ green 226 ◦ blue 214

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

Shades of Turquoise #35E2D6

Tints of Turquoise #35E2D6

RGB

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

 GREEN value IS 226 (88.67% from 255) = 45.84%

 BLUE value IS 214 (83.98% from 255) = 43.41%

R = 10.75%
G = 45.84%
B = 43.41%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.05

 K value IS 0.11

RGB Variations

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

Color information

#35E2D6 (or 0x35E2D6) is known color: Turquoise. HEX triplet: 35, E2 and D6. RGB value is (53,226,214). Sum of RGB (Red+Green+Blue) = 53+226+214=493 (65% of max value = 765). Red value is 53 (21.09% from 255 or 10.75% from 493); Green value is 226 (88.67% from 255 or 45.84% from 493); Blue value is 214 (83.98% from 255 or 43.41% from 493); Max value from RGB is 226 - color contains mainly: green. Hex color #35E2D6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35E2D6 is #CA1D29. Grayscale: #ACACAC. Windows color (decimal): -13245738 or 14082613. OLE color: 14082613.

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

Color convert

RGB 53 226 214 -
CMYK 0.77 0 0.05 0.11
HSL 175.84º 0.75% 0.55% -
HSV(B) 175.84º 0.77% 0.89% -
XYZ 40.8 60 73.05 -
YUV 172.91 151.19 42.48 -
System Red Green Blue C M Y K H S L
Decimal 53 226 214 0.77 0 0.05 0.11 175.84 0.75 0.55
Hex 35 E2 D6 4D 0 5 B B0 4B 37
Octal 65 342 326 115 0 5 13 260 113 67
Binary 110101 11100010 11010110 1001101 0 101 1011 10110000 1001011 110111

Color Harmonies of #35E2D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35E2D6

Black with #35E2D6

Text Example


Text Example

White with #35E2D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,226,214); }

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

background-color css

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

 a { background-color: rgb(53,226,214); }

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

border-color css

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

 span { border-color: rgb(53,226,214); }

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