Html Css Color HEX #35D0BC Medium Turquoise

📋 copy color: '#35D0BC'

red 53 ◦ green 208 ◦ blue 188

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

Shades of Medium Turquoise #35D0BC

Tints of Medium Turquoise #35D0BC

RGB

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

 GREEN value IS 208 (81.64% from 255) = 46.33%

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

R = 11.8%
G = 46.33%
B = 41.87%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#35D0BC (or 0x35D0BC) is known color: Medium Turquoise. HEX triplet: 35, D0 and BC. RGB value is (53,208,188). Sum of RGB (Red+Green+Blue) = 53+208+188=449 (59% of max value = 765). Red value is 53 (21.09% from 255 or 11.80% from 449); Green value is 208 (81.64% from 255 or 46.33% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 208 - color contains mainly: green. Hex color #35D0BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35D0BC is #CA2F43. Grayscale: #9F9F9F. Windows color (decimal): -13250372 or 12374069. OLE color: 12374069.

HSL color Cylindrical-coordinate representation of color #35D0BC: hue angle of 172.26º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D0BC is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 53 208 188 -
CMYK 0.75 0 0.10 0.18
HSL 172.26º 0.62% 0.51% -
HSV(B) 172.26º 0.75% 0.82% -
XYZ 33.1 49.5 55.39 -
YUV 159.38 144.15 52.13 -
System Red Green Blue C M Y K H S L
Decimal 53 208 188 0.75 0 0.10 0.18 172.26 0.62 0.51
Hex 35 D0 BC 4B 0 A 12 AC 3E 33
Octal 65 320 274 113 0 12 22 254 76 63
Binary 110101 11010000 10111100 1001011 0 1010 10010 10101100 111110 110011

Color Harmonies of #35D0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35D0BC

Black with #35D0BC

Text Example


Text Example

White with #35D0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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