Html Css Color HEX #35CEDF Medium Turquoise

📋 copy color: '#35CEDF'

red 53 ◦ green 206 ◦ blue 223

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

Shades of Medium Turquoise #35CEDF

Tints of Medium Turquoise #35CEDF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 42.74%

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

R = 11%
G = 42.74%
B = 46.27%

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

#35CEDF (or 0x35CEDF) is known color: Medium Turquoise. HEX triplet: 35, CE and DF. RGB value is (53,206,223). Sum of RGB (Red+Green+Blue) = 53+206+223=482 (63% of max value = 765). Red value is 53 (21.09% from 255 or 11.00% from 482); Green value is 206 (80.86% from 255 or 42.74% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 223 - color contains mainly: blue. Hex color #35CEDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35CEDF is #CA3120. Grayscale: #A1A1A1. Windows color (decimal): -13250849 or 14667317. OLE color: 14667317.

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

Color convert

RGB 53 206 223 -
CMYK 0.76 0.08 0 0.13
HSL 186º 0.73% 0.54% -
HSV(B) 186º 0.76% 0.87% -
XYZ 36.86 50.23 77.56 -
YUV 162.19 162.31 50.12 -
System Red Green Blue C M Y K H S L
Decimal 53 206 223 0.76 0.08 0 0.13 186 0.73 0.54
Hex 35 CE DF 4C 8 0 D BA 49 36
Octal 65 316 337 114 10 0 15 272 111 66
Binary 110101 11001110 11011111 1001100 1000 0 1101 10111010 1001001 110110

Color Harmonies of #35CEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35CEDF

Black with #35CEDF

Text Example


Text Example

White with #35CEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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