Html Css Color HEX #35BDC0 Medium Turquoise

📋 copy color: '#35BDC0'

red 53 ◦ green 189 ◦ blue 192

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

Shades of Medium Turquoise #35BDC0

Tints of Medium Turquoise #35BDC0

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.55%

 BLUE value IS 192 (75.39% from 255) = 44.24%

R = 12.21%
G = 43.55%
B = 44.24%

CMYK

 C value IS 0.72

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#35BDC0 (or 0x35BDC0) is known color: Medium Turquoise. HEX triplet: 35, BD and C0. RGB value is (53,189,192). Sum of RGB (Red+Green+Blue) = 53+189+192=434 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.21% from 434); Green value is 189 (74.22% from 255 or 43.55% from 434); Blue value is 192 (75.39% from 255 or 44.24% from 434); Max value from RGB is 192 - color contains mainly: blue. Hex color #35BDC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35BDC0 is #CA423F. Grayscale: #949494. Windows color (decimal): -13255232 or 12631349. OLE color: 12631349.

HSL color Cylindrical-coordinate representation of color #35BDC0: hue angle of 181.29º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35BDC0 is Cyan = 0.72, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 53 189 192 -
CMYK 0.72 0.02 0 0.25
HSL 181.3º 0.57% 0.48% -
HSV(B) 181.3º 0.72% 0.75% -
XYZ 29.18 40.96 56.24 -
YUV 148.68 152.44 59.76 -
System Red Green Blue C M Y K H S L
Decimal 53 189 192 0.72 0.02 0 0.25 181.3 0.57 0.48
Hex 35 BD C0 48 2 0 19 B5 39 30
Octal 65 275 300 110 2 0 31 265 71 60
Binary 110101 10111101 11000000 1001000 10 0 11001 10110101 111001 110000

Color Harmonies of #35BDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35BDC0

Black with #35BDC0

Text Example


Text Example

White with #35BDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,189,192); }

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

background-color css

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

 a { background-color: rgb(53,189,192); }

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

border-color css

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

 span { border-color: rgb(53,189,192); }

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