Html Css Color HEX #3EFACF Turquoise

📋 copy color: '#3EFACF'

red 62 ◦ green 250 ◦ blue 207

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

Shades of Turquoise #3EFACF

Tints of Turquoise #3EFACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.88%

R = 11.95%
G = 48.17%
B = 39.88%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#3EFACF (or 0x3EFACF) is known color: Turquoise. HEX triplet: 3E, FA and CF. RGB value is (62,250,207). Sum of RGB (Red+Green+Blue) = 62+250+207=519 (68% of max value = 765). Red value is 62 (24.61% from 255 or 11.95% from 519); Green value is 250 (98.05% from 255 or 48.17% from 519); Blue value is 207 (81.25% from 255 or 39.88% from 519); Max value from RGB is 250 - color contains mainly: green. Hex color #3EFACF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EFACF is #C10530. Grayscale: #BCBCBC. Windows color (decimal): -12649777 or 13630014. OLE color: 13630014.

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

Color convert

RGB 62 250 207 -
CMYK 0.75 0 0.17 0.02
HSL 166.28º 0.95% 0.61% -
HSV(B) 166.28º 0.75% 0.98% -
XYZ 47.43 73.9 70.8 -
YUV 188.89 138.22 37.5 -
System Red Green Blue C M Y K H S L
Decimal 62 250 207 0.75 0 0.17 0.02 166.28 0.95 0.61
Hex 3E FA CF 4B 0 11 2 A6 5F 3D
Octal 76 372 317 113 0 21 2 246 137 75
Binary 111110 11111010 11001111 1001011 0 10001 10 10100110 1011111 111101

Color Harmonies of #3EFACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EFACF

Black with #3EFACF

Text Example


Text Example

White with #3EFACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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