Html Css Color HEX #35DCC3 Turquoise

📋 copy color: '#35DCC3'

red 53 ◦ green 220 ◦ blue 195

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

Shades of Turquoise #35DCC3

Tints of Turquoise #35DCC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 41.67%

R = 11.32%
G = 47.01%
B = 41.67%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#35DCC3 (or 0x35DCC3) is known color: Turquoise. HEX triplet: 35, DC and C3. RGB value is (53,220,195). Sum of RGB (Red+Green+Blue) = 53+220+195=468 (61% of max value = 765). Red value is 53 (21.09% from 255 or 11.32% from 468); Green value is 220 (86.33% from 255 or 47.01% from 468); Blue value is 195 (76.56% from 255 or 41.67% from 468); Max value from RGB is 220 - color contains mainly: green. Hex color #35DCC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35DCC3 is #CA233C. Grayscale: #A7A7A7. Windows color (decimal): -13247293 or 12835893. OLE color: 12835893.

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

Color convert

RGB 53 220 195 -
CMYK 0.76 0 0.11 0.14
HSL 171.02º 0.7% 0.54% -
HSV(B) 171.02º 0.76% 0.86% -
XYZ 36.91 55.88 60.47 -
YUV 167.22 143.67 46.53 -
System Red Green Blue C M Y K H S L
Decimal 53 220 195 0.76 0 0.11 0.14 171.02 0.7 0.54
Hex 35 DC C3 4C 0 B E AB 46 36
Octal 65 334 303 114 0 13 16 253 106 66
Binary 110101 11011100 11000011 1001100 0 1011 1110 10101011 1000110 110110

Color Harmonies of #35DCC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35DCC3

Black with #35DCC3

Text Example


Text Example

White with #35DCC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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