Html Css Color HEX #35CFDD Medium Turquoise

📋 copy color: '#35CFDD'

red 53 ◦ green 207 ◦ blue 221

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

Shades of Medium Turquoise #35CFDD

Tints of Medium Turquoise #35CFDD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.04%

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

R = 11.02%
G = 43.04%
B = 45.95%

CMYK

 C value IS 0.76

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#35CFDD (or 0x35CFDD) is known color: Medium Turquoise. HEX triplet: 35, CF and DD. RGB value is (53,207,221). Sum of RGB (Red+Green+Blue) = 53+207+221=481 (63% of max value = 765). Red value is 53 (21.09% from 255 or 11.02% from 481); Green value is 207 (81.25% from 255 or 43.04% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #35CFDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35CFDD is #CA3022. Grayscale: #A2A2A2. Windows color (decimal): -13250595 or 14536501. OLE color: 14536501.

HSL color Cylindrical-coordinate representation of color #35CFDD: hue angle of 185º 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 #35CFDD is Cyan = 0.76, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 53 207 221 -
CMYK 0.76 0.06 0 0.13
HSL 185º 0.71% 0.54% -
HSV(B) 185º 0.76% 0.87% -
XYZ 36.83 50.6 76.23 -
YUV 162.55 160.98 49.86 -
System Red Green Blue C M Y K H S L
Decimal 53 207 221 0.76 0.06 0 0.13 185 0.71 0.54
Hex 35 CF DD 4C 6 0 D B9 47 36
Octal 65 317 335 114 6 0 15 271 107 66
Binary 110101 11001111 11011101 1001100 110 0 1101 10111001 1000111 110110

Color Harmonies of #35CFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35CFDD

Black with #35CFDD

Text Example


Text Example

White with #35CFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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