Html Css Color HEX #3EFAF2 Turquoise

📋 copy color: '#3EFAF2'

red 62 ◦ green 250 ◦ blue 242

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

Shades of Turquoise #3EFAF2

Tints of Turquoise #3EFAF2

RGB

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

 GREEN value IS 250 (98.05% from 255) = 45.13%

 BLUE value IS 242 (94.92% from 255) = 43.68%

R = 11.19%
G = 45.13%
B = 43.68%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#3EFAF2 (or 0x3EFAF2) is known color: Turquoise. HEX triplet: 3E, FA and F2. RGB value is (62,250,242). Sum of RGB (Red+Green+Blue) = 62+250+242=554 (73% of max value = 765). Red value is 62 (24.61% from 255 or 11.19% from 554); Green value is 250 (98.05% from 255 or 45.13% from 554); Blue value is 242 (94.92% from 255 or 43.68% from 554); Max value from RGB is 250 - color contains mainly: green. Hex color #3EFAF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3EFAF2 is #C1050D. Grayscale: #C0C0C0. Windows color (decimal): -12649742 or 15923774. OLE color: 15923774.

HSL color Cylindrical-coordinate representation of color #3EFAF2: hue angle of 177.45º degrees, saturation: 0.95, 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 #3EFAF2 is Cyan = 0.75, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB 62 250 242 -
CMYK 0.75 0 0.03 0.02
HSL 177.45º 0.95% 0.61% -
HSV(B) 177.45º 0.75% 0.98% -
XYZ 52.2 75.81 95.89 -
YUV 192.88 155.72 34.65 -
System Red Green Blue C M Y K H S L
Decimal 62 250 242 0.75 0 0.03 0.02 177.45 0.95 0.61
Hex 3E FA F2 4B 0 3 2 B1 5F 3D
Octal 76 372 362 113 0 3 2 261 137 75
Binary 111110 11111010 11110010 1001011 0 11 10 10110001 1011111 111101

Color Harmonies of #3EFAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EFAF2

Black with #3EFAF2

Text Example


Text Example

White with #3EFAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,250,242); }

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

background-color css

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

 a { background-color: rgb(62,250,242); }

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

border-color css

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

 span { border-color: rgb(62,250,242); }

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