Html Css Color HEX #35DEDC Turquoise

📋 copy color: '#35DEDC'

red 53 ◦ green 222 ◦ blue 220

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

Shades of Turquoise #35DEDC

Tints of Turquoise #35DEDC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.85%

 BLUE value IS 220 (86.33% from 255) = 44.44%

R = 10.71%
G = 44.85%
B = 44.44%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#35DEDC (or 0x35DEDC) is known color: Turquoise. HEX triplet: 35, DE and DC. RGB value is (53,222,220). Sum of RGB (Red+Green+Blue) = 53+222+220=495 (65% of max value = 765). Red value is 53 (21.09% from 255 or 10.71% from 495); Green value is 222 (87.11% from 255 or 44.85% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 222 - color contains mainly: green. Hex color #35DEDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35DEDC is #CA2123. Grayscale: #ABABAB. Windows color (decimal): -13246756 or 14474805. OLE color: 14474805.

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

Color convert

RGB 53 222 220 -
CMYK 0.76 0 0.01 0.13
HSL 179.29º 0.72% 0.54% -
HSV(B) 179.29º 0.76% 0.87% -
XYZ 40.51 58.17 76.8 -
YUV 171.24 155.51 43.66 -
System Red Green Blue C M Y K H S L
Decimal 53 222 220 0.76 0 0.01 0.13 179.29 0.72 0.54
Hex 35 DE DC 4C 0 1 D B3 48 36
Octal 65 336 334 114 0 1 15 263 110 66
Binary 110101 11011110 11011100 1001100 0 1 1101 10110011 1001000 110110

Color Harmonies of #35DEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35DEDC

Black with #35DEDC

Text Example


Text Example

White with #35DEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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