Html Css Color HEX #35CCD5 Medium Turquoise

📋 copy color: '#35CCD5'

red 53 ◦ green 204 ◦ blue 213

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

Shades of Medium Turquoise #35CCD5

Tints of Medium Turquoise #35CCD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 45.32%

R = 11.28%
G = 43.4%
B = 45.32%

CMYK

 C value IS 0.75

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#35CCD5 (or 0x35CCD5) is known color: Medium Turquoise. HEX triplet: 35, CC and D5. RGB value is (53,204,213). Sum of RGB (Red+Green+Blue) = 53+204+213=470 (62% of max value = 765). Red value is 53 (21.09% from 255 or 11.28% from 470); Green value is 204 (80.08% from 255 or 43.40% from 470); Blue value is 213 (83.59% from 255 or 45.32% from 470); Max value from RGB is 213 - color contains mainly: blue. Hex color #35CCD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35CCD5 is #CA332A. Grayscale: #9F9F9F. Windows color (decimal): -13251371 or 14011445. OLE color: 14011445.

HSL color Cylindrical-coordinate representation of color #35CCD5: hue angle of 183.38º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35CCD5 is Cyan = 0.75, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 53 204 213 -
CMYK 0.75 0.04 0 0.16
HSL 183.38º 0.66% 0.52% -
HSV(B) 183.38º 0.75% 0.84% -
XYZ 35.07 48.75 70.51 -
YUV 159.88 157.97 51.77 -
System Red Green Blue C M Y K H S L
Decimal 53 204 213 0.75 0.04 0 0.16 183.38 0.66 0.52
Hex 35 CC D5 4B 4 0 10 B7 42 34
Octal 65 314 325 113 4 0 20 267 102 64
Binary 110101 11001100 11010101 1001011 100 0 10000 10110111 1000010 110100

Color Harmonies of #35CCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35CCD5

Black with #35CCD5

Text Example


Text Example

White with #35CCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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