Html Css Color HEX #3EFBE0 Turquoise

📋 copy color: '#3EFBE0'

red 62 ◦ green 251 ◦ blue 224

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

Shades of Turquoise #3EFBE0

Tints of Turquoise #3EFBE0

RGB

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

 GREEN value IS 251 (98.44% from 255) = 46.74%

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

R = 11.55%
G = 46.74%
B = 41.71%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#3EFBE0 (or 0x3EFBE0) is known color: Turquoise. HEX triplet: 3E, FB and E0. RGB value is (62,251,224). Sum of RGB (Red+Green+Blue) = 62+251+224=537 (71% of max value = 765). Red value is 62 (24.61% from 255 or 11.55% from 537); Green value is 251 (98.44% from 255 or 46.74% from 537); Blue value is 224 (87.89% from 255 or 41.71% from 537); Max value from RGB is 251 - color contains mainly: green. Hex color #3EFBE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EFBE0 is #C1041F. Grayscale: #BFBFBF. Windows color (decimal): -12649504 or 14744382. OLE color: 14744382.

HSL color Cylindrical-coordinate representation of color #3EFBE0: hue angle of 171.43º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3EFBE0 is Cyan = 0.75, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 62 251 224 -
CMYK 0.75 0 0.11 0.02
HSL 171.43º 0.96% 0.61% -
HSV(B) 171.43º 0.75% 0.98% -
XYZ 49.94 75.4 82.44 -
YUV 191.41 146.38 35.7 -
System Red Green Blue C M Y K H S L
Decimal 62 251 224 0.75 0 0.11 0.02 171.43 0.96 0.61
Hex 3E FB E0 4B 0 B 2 AB 60 3D
Octal 76 373 340 113 0 13 2 253 140 75
Binary 111110 11111011 11100000 1001011 0 1011 10 10101011 1100000 111101

Color Harmonies of #3EFBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EFBE0

Black with #3EFBE0

Text Example


Text Example

White with #3EFBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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