Html Css Color HEX #35D3DB Turquoise

📋 copy color: '#35D3DB'

red 53 ◦ green 211 ◦ blue 219

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

Shades of Turquoise #35D3DB

Tints of Turquoise #35D3DB

RGB

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

 GREEN value IS 211 (82.81% from 255) = 43.69%

 BLUE value IS 219 (85.94% from 255) = 45.34%

R = 10.97%
G = 43.69%
B = 45.34%

CMYK

 C value IS 0.76

 M value IS 0.04

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#35D3DB (or 0x35D3DB) is known color: Turquoise. HEX triplet: 35, D3 and DB. RGB value is (53,211,219). Sum of RGB (Red+Green+Blue) = 53+211+219=483 (63% of max value = 765). Red value is 53 (21.09% from 255 or 10.97% from 483); Green value is 211 (82.81% from 255 or 43.69% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #35D3DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35D3DB is #CA2C24. Grayscale: #A4A4A4. Windows color (decimal): -13249573 or 14406453. OLE color: 14406453.

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

Color convert

RGB 53 211 219 -
CMYK 0.76 0.04 0 0.14
HSL 182.89º 0.7% 0.53% -
HSV(B) 182.89º 0.76% 0.86% -
XYZ 37.55 52.46 75.16 -
YUV 164.67 158.65 48.35 -
System Red Green Blue C M Y K H S L
Decimal 53 211 219 0.76 0.04 0 0.14 182.89 0.7 0.53
Hex 35 D3 DB 4C 4 0 E B7 46 35
Octal 65 323 333 114 4 0 16 267 106 65
Binary 110101 11010011 11011011 1001100 100 0 1110 10110111 1000110 110101

Color Harmonies of #35D3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35D3DB

Black with #35D3DB

Text Example


Text Example

White with #35D3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,211,219); }

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

background-color css

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

 a { background-color: rgb(53,211,219); }

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

border-color css

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

 span { border-color: rgb(53,211,219); }

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