Html Css Color HEX #3EE0FC Turquoise

📋 copy color: '#3EE0FC'

red 62 ◦ green 224 ◦ blue 252

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

Shades of Turquoise #3EE0FC

Tints of Turquoise #3EE0FC

RGB

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

 GREEN value IS 224 (87.89% from 255) = 41.64%

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

R = 11.52%
G = 41.64%
B = 46.84%

CMYK

 C value IS 0.75

 M value IS 0.11

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3EE0FC (or 0x3EE0FC) is known color: Turquoise. HEX triplet: 3E, E0 and FC. RGB value is (62,224,252). Sum of RGB (Red+Green+Blue) = 62+224+252=538 (71% of max value = 765). Red value is 62 (24.61% from 255 or 11.52% from 538); Green value is 224 (87.89% from 255 or 41.64% from 538); Blue value is 252 (98.83% from 255 or 46.84% from 538); Max value from RGB is 252 - color contains mainly: blue. Hex color #3EE0FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3EE0FC is #C11F03. Grayscale: #B2B2B2. Windows color (decimal): -12656388 or 16572478. OLE color: 16572478.

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

Color convert

RGB 62 224 252 -
CMYK 0.75 0.11 0 0.01
HSL 188.84º 0.97% 0.62% -
HSV(B) 188.84º 0.75% 0.99% -
XYZ 46.21 61.36 101.5 -
YUV 178.75 169.33 44.72 -
System Red Green Blue C M Y K H S L
Decimal 62 224 252 0.75 0.11 0 0.01 188.84 0.97 0.62
Hex 3E E0 FC 4B B 0 1 BD 61 3E
Octal 76 340 374 113 13 0 1 275 141 76
Binary 111110 11100000 11111100 1001011 1011 0 1 10111101 1100001 111110

Color Harmonies of #3EE0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EE0FC

Black with #3EE0FC

Text Example


Text Example

White with #3EE0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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