Html Css Color HEX #35CFE0 Medium Turquoise

📋 copy color: '#35CFE0'

red 53 ◦ green 207 ◦ blue 224

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

Shades of Medium Turquoise #35CFE0

Tints of Medium Turquoise #35CFE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 46.28%

R = 10.95%
G = 42.77%
B = 46.28%

CMYK

 C value IS 0.76

 M value IS 0.08

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#35CFE0 (or 0x35CFE0) is known color: Medium Turquoise. HEX triplet: 35, CF and E0. RGB value is (53,207,224). Sum of RGB (Red+Green+Blue) = 53+207+224=484 (64% of max value = 765). Red value is 53 (21.09% from 255 or 10.95% from 484); Green value is 207 (81.25% from 255 or 42.77% from 484); Blue value is 224 (87.89% from 255 or 46.28% from 484); Max value from RGB is 224 - color contains mainly: blue. Hex color #35CFE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35CFE0 is #CA301F. Grayscale: #A2A2A2. Windows color (decimal): -13250592 or 14733109. OLE color: 14733109.

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

Color convert

RGB 53 207 224 -
CMYK 0.76 0.08 0 0.12
HSL 185.96º 0.73% 0.54% -
HSV(B) 185.96º 0.76% 0.88% -
XYZ 37.24 50.76 78.36 -
YUV 162.89 162.48 49.62 -
System Red Green Blue C M Y K H S L
Decimal 53 207 224 0.76 0.08 0 0.12 185.96 0.73 0.54
Hex 35 CF E0 4C 8 0 C BA 49 36
Octal 65 317 340 114 10 0 14 272 111 66
Binary 110101 11001111 11100000 1001100 1000 0 1100 10111010 1001001 110110

Color Harmonies of #35CFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35CFE0

Black with #35CFE0

Text Example


Text Example

White with #35CFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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