Html Css Color HEX #35CBD1 Medium Turquoise

📋 copy color: '#35CBD1'

red 53 ◦ green 203 ◦ blue 209

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

Shades of Medium Turquoise #35CBD1

Tints of Medium Turquoise #35CBD1

RGB

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

 GREEN value IS 203 (79.69% from 255) = 43.66%

 BLUE value IS 209 (82.03% from 255) = 44.95%

R = 11.4%
G = 43.66%
B = 44.95%

CMYK

 C value IS 0.75

 M value IS 0.03

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#35CBD1 (or 0x35CBD1) is known color: Medium Turquoise. HEX triplet: 35, CB and D1. RGB value is (53,203,209). Sum of RGB (Red+Green+Blue) = 53+203+209=465 (61% of max value = 765). Red value is 53 (21.09% from 255 or 11.40% from 465); Green value is 203 (79.69% from 255 or 43.66% from 465); Blue value is 209 (82.03% from 255 or 44.95% from 465); Max value from RGB is 209 - color contains mainly: blue. Hex color #35CBD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35CBD1 is #CA342E. Grayscale: #9E9E9E. Windows color (decimal): -13251631 or 13749045. OLE color: 13749045.

HSL color Cylindrical-coordinate representation of color #35CBD1: hue angle of 182.31º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35CBD1 is Cyan = 0.75, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 53 203 209 -
CMYK 0.75 0.03 0 0.18
HSL 182.31º 0.63% 0.51% -
HSV(B) 182.31º 0.75% 0.82% -
XYZ 34.33 48.07 67.79 -
YUV 158.83 156.31 52.51 -
System Red Green Blue C M Y K H S L
Decimal 53 203 209 0.75 0.03 0 0.18 182.31 0.63 0.51
Hex 35 CB D1 4B 3 0 12 B6 3F 33
Octal 65 313 321 113 3 0 22 266 77 63
Binary 110101 11001011 11010001 1001011 11 0 10010 10110110 111111 110011

Color Harmonies of #35CBD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35CBD1

Black with #35CBD1

Text Example


Text Example

White with #35CBD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,203,209); }

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

background-color css

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

 a { background-color: rgb(53,203,209); }

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

border-color css

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

 span { border-color: rgb(53,203,209); }

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