Html Css Color HEX #3EDFFC Turquoise

📋 copy color: '#3EDFFC'

red 62 ◦ green 223 ◦ blue 252

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

Shades of Turquoise #3EDFFC

Tints of Turquoise #3EDFFC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 41.53%

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

R = 11.55%
G = 41.53%
B = 46.93%

CMYK

 C value IS 0.75

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3EDFFC (or 0x3EDFFC) is known color: Turquoise. HEX triplet: 3E, DF and FC. RGB value is (62,223,252). Sum of RGB (Red+Green+Blue) = 62+223+252=537 (71% of max value = 765). Red value is 62 (24.61% from 255 or 11.55% from 537); Green value is 223 (87.5% from 255 or 41.53% from 537); Blue value is 252 (98.83% from 255 or 46.93% from 537); Max value from RGB is 252 - color contains mainly: blue. Hex color #3EDFFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3EDFFC is #C12003. Grayscale: #B1B1B1. Windows color (decimal): -12656644 or 16572222. OLE color: 16572222.

HSL color Cylindrical-coordinate representation of color #3EDFFC: hue angle of 189.16º 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 #3EDFFC is Cyan = 0.75, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 62 223 252 -
CMYK 0.75 0.12 0 0.01
HSL 189.16º 0.97% 0.62% -
HSV(B) 189.16º 0.75% 0.99% -
XYZ 45.94 60.83 101.41 -
YUV 178.17 169.66 45.14 -
System Red Green Blue C M Y K H S L
Decimal 62 223 252 0.75 0.12 0 0.01 189.16 0.97 0.62
Hex 3E DF FC 4B C 0 1 BD 61 3E
Octal 76 337 374 113 14 0 1 275 141 76
Binary 111110 11011111 11111100 1001011 1100 0 1 10111101 1100001 111110

Color Harmonies of #3EDFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EDFFC

Black with #3EDFFC

Text Example


Text Example

White with #3EDFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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