Html Css Color HEX #3EE0FF Turquoise

📋 copy color: '#3EE0FF'

red 62 ◦ green 224 ◦ blue 255

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

Shades of Turquoise #3EE0FF

Tints of Turquoise #3EE0FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 47.13%

R = 11.46%
G = 41.4%
B = 47.13%

CMYK

 C value IS 0.76

 M value IS 0.12

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3EE0FF (or 0x3EE0FF) is known color: Turquoise. HEX triplet: 3E, E0 and FF. RGB value is (62,224,255). Sum of RGB (Red+Green+Blue) = 62+224+255=541 (71% of max value = 765). Red value is 62 (24.61% from 255 or 11.46% from 541); Green value is 224 (87.89% from 255 or 41.40% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #3EE0FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3EE0FF is #C11F00. Grayscale: #B2B2B2. Windows color (decimal): -12656385 or 16769086. OLE color: 16769086.

HSL color Cylindrical-coordinate representation of color #3EE0FF: hue angle of 189.64º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3EE0FF is Cyan = 0.76, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 62 224 255 -
CMYK 0.76 0.12 0 0
HSL 189.64º 1% 0.62% -
HSV(B) 189.64º 0.76% 1% -
XYZ 46.69 61.56 104.03 -
YUV 179.1 170.83 44.48 -
System Red Green Blue C M Y K H S L
Decimal 62 224 255 0.76 0.12 0 0 189.64 1 0.62
Hex 3E E0 FF 4C C 0 0 BE 64 3E
Octal 76 340 377 114 14 0 0 276 144 76
Binary 111110 11100000 11111111 1001100 1100 0 0 10111110 1100100 111110

Color Harmonies of #3EE0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EE0FF

Black with #3EE0FF

Text Example


Text Example

White with #3EE0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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