Html Css Color HEX #3EEEFD Turquoise

📋 copy color: '#3EEEFD'

red 62 ◦ green 238 ◦ blue 253

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

Shades of Turquoise #3EEEFD

Tints of Turquoise #3EEEFD

RGB

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

 GREEN value IS 238 (93.36% from 255) = 43.04%

 BLUE value IS 253 (99.22% from 255) = 45.75%

R = 11.21%
G = 43.04%
B = 45.75%

CMYK

 C value IS 0.75

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3EEEFD (or 0x3EEEFD) is known color: Turquoise. HEX triplet: 3E, EE and FD. RGB value is (62,238,253). Sum of RGB (Red+Green+Blue) = 62+238+253=553 (73% of max value = 765). Red value is 62 (24.61% from 255 or 11.21% from 553); Green value is 238 (93.36% from 255 or 43.04% from 553); Blue value is 253 (99.22% from 255 or 45.75% from 553); Max value from RGB is 253 - color contains mainly: blue. Hex color #3EEEFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3EEEFD is #C11102. Grayscale: #BABABA. Windows color (decimal): -12652803 or 16641598. OLE color: 16641598.

HSL color Cylindrical-coordinate representation of color #3EEEFD: hue angle of 184.71º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3EEEFD is Cyan = 0.75, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 62 238 253 -
CMYK 0.75 0.06 0 0.01
HSL 184.71º 0.98% 0.62% -
HSV(B) 184.71º 0.75% 0.99% -
XYZ 50.29 69.27 103.65 -
YUV 187.09 165.19 38.78 -
System Red Green Blue C M Y K H S L
Decimal 62 238 253 0.75 0.06 0 0.01 184.71 0.98 0.62
Hex 3E EE FD 4B 6 0 1 B9 62 3E
Octal 76 356 375 113 6 0 1 271 142 76
Binary 111110 11101110 11111101 1001011 110 0 1 10111001 1100010 111110

Color Harmonies of #3EEEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EEEFD

Black with #3EEEFD

Text Example


Text Example

White with #3EEEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,238,253); }

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

background-color css

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

 a { background-color: rgb(62,238,253); }

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

border-color css

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

 span { border-color: rgb(62,238,253); }

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