Html Css Color HEX #3EFAF8 Turquoise

📋 copy color: '#3EFAF8'

red 62 ◦ green 250 ◦ blue 248

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

Shades of Turquoise #3EFAF8

Tints of Turquoise #3EFAF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 44.29%

R = 11.07%
G = 44.64%
B = 44.29%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#3EFAF8 (or 0x3EFAF8) is known color: Turquoise. HEX triplet: 3E, FA and F8. RGB value is (62,250,248). Sum of RGB (Red+Green+Blue) = 62+250+248=560 (74% of max value = 765). Red value is 62 (24.61% from 255 or 11.07% from 560); Green value is 250 (98.05% from 255 or 44.64% from 560); Blue value is 248 (97.27% from 255 or 44.29% from 560); Max value from RGB is 250 - color contains mainly: green. Hex color #3EFAF8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3EFAF8 is #C10507. Grayscale: #C1C1C1. Windows color (decimal): -12649736 or 16316990. OLE color: 16316990.

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

Color convert

RGB 62 250 248 -
CMYK 0.75 0 0.01 0.02
HSL 179.36º 0.95% 0.61% -
HSV(B) 179.36º 0.75% 0.98% -
XYZ 53.12 76.17 100.71 -
YUV 193.56 158.72 34.16 -
System Red Green Blue C M Y K H S L
Decimal 62 250 248 0.75 0 0.01 0.02 179.36 0.95 0.61
Hex 3E FA F8 4B 0 1 2 B3 5F 3D
Octal 76 372 370 113 0 1 2 263 137 75
Binary 111110 11111010 11111000 1001011 0 1 10 10110011 1011111 111101

Color Harmonies of #3EFAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EFAF8

Black with #3EFAF8

Text Example


Text Example

White with #3EFAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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