Html Css Color HEX #3EDFE8 Turquoise

📋 copy color: '#3EDFE8'

red 62 ◦ green 223 ◦ blue 232

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

Shades of Turquoise #3EDFE8

Tints of Turquoise #3EDFE8

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.13%

 BLUE value IS 232 (91.02% from 255) = 44.87%

R = 11.99%
G = 43.13%
B = 44.87%

CMYK

 C value IS 0.73

 M value IS 0.04

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#3EDFE8 (or 0x3EDFE8) is known color: Turquoise. HEX triplet: 3E, DF and E8. RGB value is (62,223,232). Sum of RGB (Red+Green+Blue) = 62+223+232=517 (68% of max value = 765). Red value is 62 (24.61% from 255 or 11.99% from 517); Green value is 223 (87.5% from 255 or 43.13% from 517); Blue value is 232 (91.02% from 255 or 44.87% from 517); Max value from RGB is 232 - color contains mainly: blue. Hex color #3EDFE8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3EDFE8 is #C12017. Grayscale: #AFAFAF. Windows color (decimal): -12656664 or 15261502. OLE color: 15261502.

HSL color Cylindrical-coordinate representation of color #3EDFE8: hue angle of 183.18º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3EDFE8 is Cyan = 0.73, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 62 223 232 -
CMYK 0.73 0.04 0 0.09
HSL 183.18º 0.79% 0.58% -
HSV(B) 183.18º 0.73% 0.91% -
XYZ 42.94 59.63 85.59 -
YUV 175.89 159.66 46.77 -
System Red Green Blue C M Y K H S L
Decimal 62 223 232 0.73 0.04 0 0.09 183.18 0.79 0.58
Hex 3E DF E8 49 4 0 9 B7 4F 3A
Octal 76 337 350 111 4 0 11 267 117 72
Binary 111110 11011111 11101000 1001001 100 0 1001 10110111 1001111 111010

Color Harmonies of #3EDFE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EDFE8

Black with #3EDFE8

Text Example


Text Example

White with #3EDFE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,223,232); }

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

background-color css

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

 a { background-color: rgb(62,223,232); }

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

border-color css

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

 span { border-color: rgb(62,223,232); }

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