Html Css Color HEX #35D6BC Turquoise

📋 copy color: '#35D6BC'

red 53 ◦ green 214 ◦ blue 188

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

Shades of Turquoise #35D6BC

Tints of Turquoise #35D6BC

RGB

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

 GREEN value IS 214 (83.98% from 255) = 47.03%

 BLUE value IS 188 (73.83% from 255) = 41.32%

R = 11.65%
G = 47.03%
B = 41.32%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#35D6BC (or 0x35D6BC) is known color: Turquoise. HEX triplet: 35, D6 and BC. RGB value is (53,214,188). Sum of RGB (Red+Green+Blue) = 53+214+188=455 (60% of max value = 765). Red value is 53 (21.09% from 255 or 11.65% from 455); Green value is 214 (83.98% from 255 or 47.03% from 455); Blue value is 188 (73.83% from 255 or 41.32% from 455); Max value from RGB is 214 - color contains mainly: green. Hex color #35D6BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35D6BC is #CA2943. Grayscale: #A2A2A2. Windows color (decimal): -13248836 or 12375605. OLE color: 12375605.

HSL color Cylindrical-coordinate representation of color #35D6BC: hue angle of 170.31º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D6BC is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 53 214 188 -
CMYK 0.75 0 0.12 0.16
HSL 170.31º 0.66% 0.52% -
HSV(B) 170.31º 0.75% 0.84% -
XYZ 34.59 52.48 55.88 -
YUV 162.9 142.16 49.61 -
System Red Green Blue C M Y K H S L
Decimal 53 214 188 0.75 0 0.12 0.16 170.31 0.66 0.52
Hex 35 D6 BC 4B 0 C 10 AA 42 34
Octal 65 326 274 113 0 14 20 252 102 64
Binary 110101 11010110 10111100 1001011 0 1100 10000 10101010 1000010 110100

Color Harmonies of #35D6BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35D6BC

Black with #35D6BC

Text Example


Text Example

White with #35D6BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,214,188); }

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

background-color css

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

 a { background-color: rgb(53,214,188); }

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

border-color css

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

 span { border-color: rgb(53,214,188); }

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