Html Css Color HEX #35DEC5 Turquoise

📋 copy color: '#35DEC5'

red 53 ◦ green 222 ◦ blue 197

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

Shades of Turquoise #35DEC5

Tints of Turquoise #35DEC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 41.74%

R = 11.23%
G = 47.03%
B = 41.74%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#35DEC5 (or 0x35DEC5) is known color: Turquoise. HEX triplet: 35, DE and C5. RGB value is (53,222,197). Sum of RGB (Red+Green+Blue) = 53+222+197=472 (62% of max value = 765). Red value is 53 (21.09% from 255 or 11.23% from 472); Green value is 222 (87.11% from 255 or 47.03% from 472); Blue value is 197 (77.34% from 255 or 41.74% from 472); Max value from RGB is 222 - color contains mainly: green. Hex color #35DEC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35DEC5 is #CA213A. Grayscale: #A8A8A8. Windows color (decimal): -13246779 or 12967477. OLE color: 12967477.

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

Color convert

RGB 53 222 197 -
CMYK 0.76 0 0.11 0.13
HSL 171.12º 0.72% 0.54% -
HSV(B) 171.12º 0.76% 0.87% -
XYZ 37.67 57.03 61.85 -
YUV 168.62 144.01 45.53 -
System Red Green Blue C M Y K H S L
Decimal 53 222 197 0.76 0 0.11 0.13 171.12 0.72 0.54
Hex 35 DE C5 4C 0 B D AB 48 36
Octal 65 336 305 114 0 13 15 253 110 66
Binary 110101 11011110 11000101 1001100 0 1011 1101 10101011 1001000 110110

Color Harmonies of #35DEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35DEC5

Black with #35DEC5

Text Example


Text Example

White with #35DEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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