Html Css Color HEX #35CCC9 Medium Turquoise

📋 copy color: '#35CCC9'

red 53 ◦ green 204 ◦ blue 201

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

Shades of Medium Turquoise #35CCC9

Tints of Medium Turquoise #35CCC9

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.54%

 BLUE value IS 201 (78.91% from 255) = 43.89%

R = 11.57%
G = 44.54%
B = 43.89%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#35CCC9 (or 0x35CCC9) is known color: Medium Turquoise. HEX triplet: 35, CC and C9. RGB value is (53,204,201). Sum of RGB (Red+Green+Blue) = 53+204+201=458 (60% of max value = 765). Red value is 53 (21.09% from 255 or 11.57% from 458); Green value is 204 (80.08% from 255 or 44.54% from 458); Blue value is 201 (78.91% from 255 or 43.89% from 458); Max value from RGB is 204 - color contains mainly: green. Hex color #35CCC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35CCC9 is #CA3336. Grayscale: #9E9E9E. Windows color (decimal): -13251383 or 13225013. OLE color: 13225013.

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

Color convert

RGB 53 204 201 -
CMYK 0.74 0 0.01 0.2
HSL 178.81º 0.6% 0.5% -
HSV(B) 178.81º 0.74% 0.8% -
XYZ 33.6 48.16 62.78 -
YUV 158.51 151.97 52.74 -
System Red Green Blue C M Y K H S L
Decimal 53 204 201 0.74 0 0.01 0.2 178.81 0.6 0.5
Hex 35 CC C9 4A 0 1 14 B3 3C 32
Octal 65 314 311 112 0 1 24 263 74 62
Binary 110101 11001100 11001001 1001010 0 1 10100 10110011 111100 110010

Color Harmonies of #35CCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35CCC9

Black with #35CCC9

Text Example


Text Example

White with #35CCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,204,201); }

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

background-color css

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

 a { background-color: rgb(53,204,201); }

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

border-color css

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

 span { border-color: rgb(53,204,201); }

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