Html Css Color HEX #35CFDF Medium Turquoise

📋 copy color: '#35CFDF'

red 53 ◦ green 207 ◦ blue 223

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

Shades of Medium Turquoise #35CFDF

Tints of Medium Turquoise #35CFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.17%

R = 10.97%
G = 42.86%
B = 46.17%

CMYK

 C value IS 0.76

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#35CFDF (or 0x35CFDF) is known color: Medium Turquoise. HEX triplet: 35, CF and DF. RGB value is (53,207,223). Sum of RGB (Red+Green+Blue) = 53+207+223=483 (63% of max value = 765). Red value is 53 (21.09% from 255 or 10.97% from 483); Green value is 207 (81.25% from 255 or 42.86% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 223 - color contains mainly: blue. Hex color #35CFDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35CFDF is #CA3020. Grayscale: #A2A2A2. Windows color (decimal): -13250593 or 14667573. OLE color: 14667573.

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

Color convert

RGB 53 207 223 -
CMYK 0.76 0.07 0 0.13
HSL 185.65º 0.73% 0.54% -
HSV(B) 185.65º 0.76% 0.87% -
XYZ 37.1 50.71 77.64 -
YUV 162.78 161.98 49.7 -
System Red Green Blue C M Y K H S L
Decimal 53 207 223 0.76 0.07 0 0.13 185.65 0.73 0.54
Hex 35 CF DF 4C 7 0 D BA 49 36
Octal 65 317 337 114 7 0 15 272 111 66
Binary 110101 11001111 11011111 1001100 111 0 1101 10111010 1001001 110110

Color Harmonies of #35CFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35CFDF

Black with #35CFDF

Text Example


Text Example

White with #35CFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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