Html Css Color HEX #35DCD8 Turquoise

📋 copy color: '#35DCD8'

red 53 ◦ green 220 ◦ blue 216

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

Shades of Turquoise #35DCD8

Tints of Turquoise #35DCD8

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.99%

 BLUE value IS 216 (84.77% from 255) = 44.17%

R = 10.84%
G = 44.99%
B = 44.17%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#35DCD8 (or 0x35DCD8) is known color: Turquoise. HEX triplet: 35, DC and D8. RGB value is (53,220,216). Sum of RGB (Red+Green+Blue) = 53+220+216=489 (64% of max value = 765). Red value is 53 (21.09% from 255 or 10.84% from 489); Green value is 220 (86.33% from 255 or 44.99% from 489); Blue value is 216 (84.77% from 255 or 44.17% from 489); Max value from RGB is 220 - color contains mainly: green. Hex color #35DCD8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35DCD8 is #CA2327. Grayscale: #A9A9A9. Windows color (decimal): -13247272 or 14212149. OLE color: 14212149.

HSL color Cylindrical-coordinate representation of color #35DCD8: hue angle of 178.56º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35DCD8 is Cyan = 0.76, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB 53 220 216 -
CMYK 0.76 0 0.02 0.14
HSL 178.56º 0.7% 0.54% -
HSV(B) 178.56º 0.76% 0.86% -
XYZ 39.46 56.9 73.87 -
YUV 169.61 154.17 44.83 -
System Red Green Blue C M Y K H S L
Decimal 53 220 216 0.76 0 0.02 0.14 178.56 0.7 0.54
Hex 35 DC D8 4C 0 2 E B3 46 36
Octal 65 334 330 114 0 2 16 263 106 66
Binary 110101 11011100 11011000 1001100 0 10 1110 10110011 1000110 110110

Color Harmonies of #35DCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35DCD8

Black with #35DCD8

Text Example


Text Example

White with #35DCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,220,216); }

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

background-color css

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

 a { background-color: rgb(53,220,216); }

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

border-color css

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

 span { border-color: rgb(53,220,216); }

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