Html Css Color HEX #35DCDF Turquoise

📋 copy color: '#35DCDF'

red 53 ◦ green 220 ◦ blue 223

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

Shades of Turquoise #35DCDF

Tints of Turquoise #35DCDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.96%

R = 10.69%
G = 44.35%
B = 44.96%

CMYK

 C value IS 0.76

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#35DCDF (or 0x35DCDF) is known color: Turquoise. HEX triplet: 35, DC and DF. RGB value is (53,220,223). Sum of RGB (Red+Green+Blue) = 53+220+223=496 (65% of max value = 765). Red value is 53 (21.09% from 255 or 10.69% from 496); Green value is 220 (86.33% from 255 or 44.35% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 223 - color contains mainly: blue. Hex color #35DCDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35DCDF is #CA2320. Grayscale: #AAAAAA. Windows color (decimal): -13247265 or 14670901. OLE color: 14670901.

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

Color convert

RGB 53 220 223 -
CMYK 0.76 0.01 0 0.13
HSL 181.06º 0.73% 0.54% -
HSV(B) 181.06º 0.76% 0.87% -
XYZ 40.38 57.27 78.74 -
YUV 170.41 157.67 44.26 -
System Red Green Blue C M Y K H S L
Decimal 53 220 223 0.76 0.01 0 0.13 181.06 0.73 0.54
Hex 35 DC DF 4C 1 0 D B5 49 36
Octal 65 334 337 114 1 0 15 265 111 66
Binary 110101 11011100 11011111 1001100 1 0 1101 10110101 1001001 110110

Color Harmonies of #35DCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35DCDF

Black with #35DCDF

Text Example


Text Example

White with #35DCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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