Html Css Color HEX #35CED2 Medium Turquoise

📋 copy color: '#35CED2'

red 53 ◦ green 206 ◦ blue 210

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

Shades of Medium Turquoise #35CED2

Tints of Medium Turquoise #35CED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 44.78%

R = 11.3%
G = 43.92%
B = 44.78%

CMYK

 C value IS 0.75

 M value IS 0.02

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#35CED2 (or 0x35CED2) is known color: Medium Turquoise. HEX triplet: 35, CE and D2. RGB value is (53,206,210). Sum of RGB (Red+Green+Blue) = 53+206+210=469 (62% of max value = 765). Red value is 53 (21.09% from 255 or 11.30% from 469); Green value is 206 (80.86% from 255 or 43.92% from 469); Blue value is 210 (82.42% from 255 or 44.78% from 469); Max value from RGB is 210 - color contains mainly: blue. Hex color #35CED2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35CED2 is #CA312D. Grayscale: #A0A0A0. Windows color (decimal): -13250862 or 13815349. OLE color: 13815349.

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

Color convert

RGB 53 206 210 -
CMYK 0.75 0.02 0 0.18
HSL 181.53º 0.64% 0.52% -
HSV(B) 181.53º 0.75% 0.82% -
XYZ 35.17 49.55 68.68 -
YUV 160.71 155.81 51.17 -
System Red Green Blue C M Y K H S L
Decimal 53 206 210 0.75 0.02 0 0.18 181.53 0.64 0.52
Hex 35 CE D2 4B 2 0 12 B6 40 34
Octal 65 316 322 113 2 0 22 266 100 64
Binary 110101 11001110 11010010 1001011 10 0 10010 10110110 1000000 110100

Color Harmonies of #35CED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35CED2

Black with #35CED2

Text Example


Text Example

White with #35CED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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