Html Css Color HEX #35CDB9 Medium Turquoise

📋 copy color: '#35CDB9'

red 53 ◦ green 205 ◦ blue 185

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

Shades of Medium Turquoise #35CDB9

Tints of Medium Turquoise #35CDB9

RGB

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

 GREEN value IS 205 (80.47% from 255) = 46.28%

 BLUE value IS 185 (72.66% from 255) = 41.76%

R = 11.96%
G = 46.28%
B = 41.76%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#35CDB9 (or 0x35CDB9) is known color: Medium Turquoise. HEX triplet: 35, CD and B9. RGB value is (53,205,185). Sum of RGB (Red+Green+Blue) = 53+205+185=443 (58% of max value = 765). Red value is 53 (21.09% from 255 or 11.96% from 443); Green value is 205 (80.47% from 255 or 46.28% from 443); Blue value is 185 (72.66% from 255 or 41.76% from 443); Max value from RGB is 205 - color contains mainly: green. Hex color #35CDB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35CDB9 is #CA3246. Grayscale: #9D9D9D. Windows color (decimal): -13251143 or 12176693. OLE color: 12176693.

HSL color Cylindrical-coordinate representation of color #35CDB9: hue angle of 172.11º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35CDB9 is Cyan = 0.74, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB 53 205 185 -
CMYK 0.74 0 0.10 0.20
HSL 172.11º 0.6% 0.51% -
HSV(B) 172.11º 0.74% 0.8% -
XYZ 32.06 47.92 53.46 -
YUV 157.27 143.64 53.63 -
System Red Green Blue C M Y K H S L
Decimal 53 205 185 0.74 0 0.10 0.20 172.11 0.6 0.51
Hex 35 CD B9 4A 0 A 14 AC 3C 33
Octal 65 315 271 112 0 12 24 254 74 63
Binary 110101 11001101 10111001 1001010 0 1010 10100 10101100 111100 110011

Color Harmonies of #35CDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35CDB9

Black with #35CDB9

Text Example


Text Example

White with #35CDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,205,185); }

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

background-color css

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

 a { background-color: rgb(53,205,185); }

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

border-color css

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

 span { border-color: rgb(53,205,185); }

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