Html Css Color HEX #3EDCFC Turquoise

📋 copy color: '#3EDCFC'

red 62 ◦ green 220 ◦ blue 252

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

Shades of Turquoise #3EDCFC

Tints of Turquoise #3EDCFC

RGB

 RED value IS 62 (24.61% from 255) = 11.61%

 GREEN value IS 220 (86.33% from 255) = 41.2%

 BLUE value IS 252 (98.83% from 255) = 47.19%

R = 11.61%
G = 41.2%
B = 47.19%

CMYK

 C value IS 0.75

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3EDCFC (or 0x3EDCFC) is known color: Turquoise. HEX triplet: 3E, DC and FC. RGB value is (62,220,252). Sum of RGB (Red+Green+Blue) = 62+220+252=534 (70% of max value = 765). Red value is 62 (24.61% from 255 or 11.61% from 534); Green value is 220 (86.33% from 255 or 41.20% from 534); Blue value is 252 (98.83% from 255 or 47.19% from 534); Max value from RGB is 252 - color contains mainly: blue. Hex color #3EDCFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3EDCFC is #C12303. Grayscale: #B0B0B0. Windows color (decimal): -12657412 or 16571454. OLE color: 16571454.

HSL color Cylindrical-coordinate representation of color #3EDCFC: hue angle of 190.11º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3EDCFC is Cyan = 0.75, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 62 220 252 -
CMYK 0.75 0.13 0 0.01
HSL 190.11º 0.97% 0.62% -
HSV(B) 190.11º 0.75% 0.99% -
XYZ 45.15 59.24 101.15 -
YUV 176.41 170.65 46.4 -
System Red Green Blue C M Y K H S L
Decimal 62 220 252 0.75 0.13 0 0.01 190.11 0.97 0.62
Hex 3E DC FC 4B D 0 1 BE 61 3E
Octal 76 334 374 113 15 0 1 276 141 76
Binary 111110 11011100 11111100 1001011 1101 0 1 10111110 1100001 111110

Color Harmonies of #3EDCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EDCFC

Black with #3EDCFC

Text Example


Text Example

White with #3EDCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3EDCFC; }

 p { color: rgb(62,220,252); }

 H1.HeaderClassName
 {
   color: #3EDCFC;
 }
 .AnyTagClassName
 {
   color: #3EDCFC;
 }
</style>

background-color css

<style>
 a { background-color: #3EDCFC; }

 a { background-color: rgb(62,220,252); }

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

border-color css

<style>
 span { border-color: #3EDCFC; }

 span { border-color: rgb(62,220,252); }

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