Html Css Color HEX #35CDB7 Medium Turquoise

📋 copy color: '#35CDB7'

red 53 ◦ green 205 ◦ blue 183

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

Shades of Medium Turquoise #35CDB7

Tints of Medium Turquoise #35CDB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 41.5%

R = 12.02%
G = 46.49%
B = 41.5%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#35CDB7 (or 0x35CDB7) is known color: Medium Turquoise. HEX triplet: 35, CD and B7. RGB value is (53,205,183). Sum of RGB (Red+Green+Blue) = 53+205+183=441 (58% of max value = 765). Red value is 53 (21.09% from 255 or 12.02% from 441); Green value is 205 (80.47% from 255 or 46.49% from 441); Blue value is 183 (71.88% from 255 or 41.50% from 441); Max value from RGB is 205 - color contains mainly: green. Hex color #35CDB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35CDB7 is #CA3248. Grayscale: #9C9C9C. Windows color (decimal): -13251145 or 12045621. OLE color: 12045621.

HSL color Cylindrical-coordinate representation of color #35CDB7: hue angle of 171.32º 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 #35CDB7 is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB 53 205 183 -
CMYK 0.74 0 0.11 0.20
HSL 171.32º 0.6% 0.51% -
HSV(B) 171.32º 0.74% 0.8% -
XYZ 31.85 47.84 52.35 -
YUV 157.04 142.64 53.79 -
System Red Green Blue C M Y K H S L
Decimal 53 205 183 0.74 0 0.11 0.20 171.32 0.6 0.51
Hex 35 CD B7 4A 0 B 14 AB 3C 33
Octal 65 315 267 112 0 13 24 253 74 63
Binary 110101 11001101 10110111 1001010 0 1011 10100 10101011 111100 110011

Color Harmonies of #35CDB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35CDB7

Black with #35CDB7

Text Example


Text Example

White with #35CDB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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