Html Css Color HEX #35DDD0 Turquoise

📋 copy color: '#35DDD0'

red 53 ◦ green 221 ◦ blue 208

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

Shades of Turquoise #35DDD0

Tints of Turquoise #35DDD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 43.15%

R = 11%
G = 45.85%
B = 43.15%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#35DDD0 (or 0x35DDD0) is known color: Turquoise. HEX triplet: 35, DD and D0. RGB value is (53,221,208). Sum of RGB (Red+Green+Blue) = 53+221+208=482 (63% of max value = 765). Red value is 53 (21.09% from 255 or 11.00% from 482); Green value is 221 (86.72% from 255 or 45.85% from 482); Blue value is 208 (81.64% from 255 or 43.15% from 482); Max value from RGB is 221 - color contains mainly: green. Hex color #35DDD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35DDD0 is #CA222F. Grayscale: #A9A9A9. Windows color (decimal): -13247024 or 13688117. OLE color: 13688117.

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

Color convert

RGB 53 221 208 -
CMYK 0.76 0 0.06 0.13
HSL 175.36º 0.71% 0.54% -
HSV(B) 175.36º 0.76% 0.87% -
XYZ 38.71 57.02 68.64 -
YUV 169.29 149.84 45.06 -
System Red Green Blue C M Y K H S L
Decimal 53 221 208 0.76 0 0.06 0.13 175.36 0.71 0.54
Hex 35 DD D0 4C 0 6 D AF 47 36
Octal 65 335 320 114 0 6 15 257 107 66
Binary 110101 11011101 11010000 1001100 0 110 1101 10101111 1000111 110110

Color Harmonies of #35DDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35DDD0

Black with #35DDD0

Text Example


Text Example

White with #35DDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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