Html Css Color HEX #3EDFFD Turquoise

📋 copy color: '#3EDFFD'

red 62 ◦ green 223 ◦ blue 253

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

Shades of Turquoise #3EDFFD

Tints of Turquoise #3EDFFD

RGB

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

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

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

R = 11.52%
G = 41.45%
B = 47.03%

CMYK

 C value IS 0.75

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3EDFFD (or 0x3EDFFD) is known color: Turquoise. HEX triplet: 3E, DF and FD. RGB value is (62,223,253). Sum of RGB (Red+Green+Blue) = 62+223+253=538 (71% of max value = 765). Red value is 62 (24.61% from 255 or 11.52% from 538); Green value is 223 (87.5% from 255 or 41.45% from 538); Blue value is 253 (99.22% from 255 or 47.03% from 538); Max value from RGB is 253 - color contains mainly: blue. Hex color #3EDFFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3EDFFD is #C12002. Grayscale: #B2B2B2. Windows color (decimal): -12656643 or 16637758. OLE color: 16637758.

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

Color convert

RGB 62 223 253 -
CMYK 0.75 0.12 0 0.01
HSL 189.42º 0.98% 0.62% -
HSV(B) 189.42º 0.75% 0.99% -
XYZ 46.1 60.89 102.25 -
YUV 178.28 170.16 45.06 -
System Red Green Blue C M Y K H S L
Decimal 62 223 253 0.75 0.12 0 0.01 189.42 0.98 0.62
Hex 3E DF FD 4B C 0 1 BD 62 3E
Octal 76 337 375 113 14 0 1 275 142 76
Binary 111110 11011111 11111101 1001011 1100 0 1 10111101 1100010 111110

Color Harmonies of #3EDFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EDFFD

Black with #3EDFFD

Text Example


Text Example

White with #3EDFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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