Html Css Color HEX #35DDD6 Turquoise

📋 copy color: '#35DDD6'

red 53 ◦ green 221 ◦ blue 214

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

Shades of Turquoise #35DDD6

Tints of Turquoise #35DDD6

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.29%

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

R = 10.86%
G = 45.29%
B = 43.85%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#35DDD6 (or 0x35DDD6) is known color: Turquoise. HEX triplet: 35, DD and D6. RGB value is (53,221,214). Sum of RGB (Red+Green+Blue) = 53+221+214=488 (64% of max value = 765). Red value is 53 (21.09% from 255 or 10.86% from 488); Green value is 221 (86.72% from 255 or 45.29% from 488); Blue value is 214 (83.98% from 255 or 43.85% from 488); Max value from RGB is 221 - color contains mainly: green. Hex color #35DDD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35DDD6 is #CA2229. Grayscale: #A9A9A9. Windows color (decimal): -13247018 or 14081333. OLE color: 14081333.

HSL color Cylindrical-coordinate representation of color #35DDD6: hue angle of 177.5º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35DDD6 is Cyan = 0.76, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB 53 221 214 -
CMYK 0.76 0 0.03 0.13
HSL 177.5º 0.71% 0.54% -
HSV(B) 177.5º 0.76% 0.87% -
XYZ 39.46 57.32 72.6 -
YUV 169.97 152.84 44.57 -
System Red Green Blue C M Y K H S L
Decimal 53 221 214 0.76 0 0.03 0.13 177.5 0.71 0.54
Hex 35 DD D6 4C 0 3 D B2 47 36
Octal 65 335 326 114 0 3 15 262 107 66
Binary 110101 11011101 11010110 1001100 0 11 1101 10110010 1000111 110110

Color Harmonies of #35DDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35DDD6

Black with #35DDD6

Text Example


Text Example

White with #35DDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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