Html Css Color HEX #35E3D6 Turquoise

📋 copy color: '#35E3D6'

red 53 ◦ green 227 ◦ blue 214

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

Shades of Turquoise #35E3D6

Tints of Turquoise #35E3D6

RGB

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

 GREEN value IS 227 (89.06% from 255) = 45.95%

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

R = 10.73%
G = 45.95%
B = 43.32%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.06

 K value IS 0.11

RGB Variations

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

Color information

#35E3D6 (or 0x35E3D6) is known color: Turquoise. HEX triplet: 35, E3 and D6. RGB value is (53,227,214). Sum of RGB (Red+Green+Blue) = 53+227+214=494 (65% of max value = 765). Red value is 53 (21.09% from 255 or 10.73% from 494); Green value is 227 (89.06% from 255 or 45.95% from 494); Blue value is 214 (83.98% from 255 or 43.32% from 494); Max value from RGB is 227 - color contains mainly: green. Hex color #35E3D6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35E3D6 is #CA1C29. Grayscale: #ADADAD. Windows color (decimal): -13245482 or 14082869. OLE color: 14082869.

HSL color Cylindrical-coordinate representation of color #35E3D6: hue angle of 175.52º degrees, saturation: 0.76, 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 #35E3D6 is Cyan = 0.77, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.11.

Color convert

RGB 53 227 214 -
CMYK 0.77 0 0.06 0.11
HSL 175.52º 0.76% 0.55% -
HSV(B) 175.52º 0.77% 0.89% -
XYZ 41.07 60.55 73.14 -
YUV 173.49 150.85 42.06 -
System Red Green Blue C M Y K H S L
Decimal 53 227 214 0.77 0 0.06 0.11 175.52 0.76 0.55
Hex 35 E3 D6 4D 0 6 B B0 4C 37
Octal 65 343 326 115 0 6 13 260 114 67
Binary 110101 11100011 11010110 1001101 0 110 1011 10110000 1001100 110111

Color Harmonies of #35E3D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35E3D6

Black with #35E3D6

Text Example


Text Example

White with #35E3D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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