Html Css Color HEX #35CBDD Medium Turquoise

📋 copy color: '#35CBDD'

red 53 ◦ green 203 ◦ blue 221

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

Shades of Medium Turquoise #35CBDD

Tints of Medium Turquoise #35CBDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.33%

R = 11.11%
G = 42.56%
B = 46.33%

CMYK

 C value IS 0.76

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#35CBDD (or 0x35CBDD) is known color: Medium Turquoise. HEX triplet: 35, CB and DD. RGB value is (53,203,221). Sum of RGB (Red+Green+Blue) = 53+203+221=477 (63% of max value = 765). Red value is 53 (21.09% from 255 or 11.11% from 477); Green value is 203 (79.69% from 255 or 42.56% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 221 - color contains mainly: blue. Hex color #35CBDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35CBDD is #CA3422. Grayscale: #9F9F9F. Windows color (decimal): -13251619 or 14535477. OLE color: 14535477.

HSL color Cylindrical-coordinate representation of color #35CBDD: hue angle of 186.43º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35CBDD is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 53 203 221 -
CMYK 0.76 0.08 0 0.13
HSL 186.43º 0.71% 0.54% -
HSV(B) 186.43º 0.76% 0.87% -
XYZ 35.88 48.69 75.91 -
YUV 160.2 162.31 51.54 -
System Red Green Blue C M Y K H S L
Decimal 53 203 221 0.76 0.08 0 0.13 186.43 0.71 0.54
Hex 35 CB DD 4C 8 0 D BA 47 36
Octal 65 313 335 114 10 0 15 272 107 66
Binary 110101 11001011 11011101 1001100 1000 0 1101 10111010 1000111 110110

Color Harmonies of #35CBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35CBDD

Black with #35CBDD

Text Example


Text Example

White with #35CBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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