Html Css Color HEX #35BDC2 Medium Turquoise

📋 copy color: '#35BDC2'

red 53 ◦ green 189 ◦ blue 194

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

Shades of Medium Turquoise #35BDC2

Tints of Medium Turquoise #35BDC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 44.5%

R = 12.16%
G = 43.35%
B = 44.5%

CMYK

 C value IS 0.73

 M value IS 0.03

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#35BDC2 (or 0x35BDC2) is known color: Medium Turquoise. HEX triplet: 35, BD and C2. RGB value is (53,189,194). Sum of RGB (Red+Green+Blue) = 53+189+194=436 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.16% from 436); Green value is 189 (74.22% from 255 or 43.35% from 436); Blue value is 194 (76.17% from 255 or 44.50% from 436); Max value from RGB is 194 - color contains mainly: blue. Hex color #35BDC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35BDC2 is #CA423D. Grayscale: #949494. Windows color (decimal): -13255230 or 12762421. OLE color: 12762421.

HSL color Cylindrical-coordinate representation of color #35BDC2: hue angle of 182.13º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #35BDC2 is Cyan = 0.73, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 53 189 194 -
CMYK 0.73 0.03 0 0.24
HSL 182.13º 0.57% 0.48% -
HSV(B) 182.13º 0.73% 0.76% -
XYZ 29.4 41.05 57.41 -
YUV 148.91 153.44 59.59 -
System Red Green Blue C M Y K H S L
Decimal 53 189 194 0.73 0.03 0 0.24 182.13 0.57 0.48
Hex 35 BD C2 49 3 0 18 B6 39 30
Octal 65 275 302 111 3 0 30 266 71 60
Binary 110101 10111101 11000010 1001001 11 0 11000 10110110 111001 110000

Color Harmonies of #35BDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35BDC2

Black with #35BDC2

Text Example


Text Example

White with #35BDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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