Html Css Color HEX #3EDFE9 Turquoise

📋 copy color: '#3EDFE9'

red 62 ◦ green 223 ◦ blue 233

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

Shades of Turquoise #3EDFE9

Tints of Turquoise #3EDFE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 44.98%

R = 11.97%
G = 43.05%
B = 44.98%

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

#3EDFE9 (or 0x3EDFE9) is known color: Turquoise. HEX triplet: 3E, DF and E9. RGB value is (62,223,233). Sum of RGB (Red+Green+Blue) = 62+223+233=518 (68% of max value = 765). Red value is 62 (24.61% from 255 or 11.97% from 518); Green value is 223 (87.5% from 255 or 43.05% from 518); Blue value is 233 (91.41% from 255 or 44.98% from 518); Max value from RGB is 233 - color contains mainly: blue. Hex color #3EDFE9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3EDFE9 is #C12016. Grayscale: #AFAFAF. Windows color (decimal): -12656663 or 15327038. OLE color: 15327038.

HSL color Cylindrical-coordinate representation of color #3EDFE9: hue angle of 183.51º degrees, saturation: 0.8, 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 #3EDFE9 is Cyan = 0.73, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 62 223 233 -
CMYK 0.73 0.04 0 0.09
HSL 183.51º 0.8% 0.58% -
HSV(B) 183.51º 0.73% 0.91% -
XYZ 43.08 59.68 86.34 -
YUV 176 160.16 46.69 -
System Red Green Blue C M Y K H S L
Decimal 62 223 233 0.73 0.04 0 0.09 183.51 0.8 0.58
Hex 3E DF E9 49 4 0 9 B8 50 3A
Octal 76 337 351 111 4 0 11 270 120 72
Binary 111110 11011111 11101001 1001001 100 0 1001 10111000 1010000 111010

Color Harmonies of #3EDFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EDFE9

Black with #3EDFE9

Text Example


Text Example

White with #3EDFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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