Html Css Color HEX #3EDFFA Turquoise

📋 copy color: '#3EDFFA'

red 62 ◦ green 223 ◦ blue 250

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

Shades of Turquoise #3EDFFA

Tints of Turquoise #3EDFFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 46.73%

R = 11.59%
G = 41.68%
B = 46.73%

CMYK

 C value IS 0.75

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3EDFFA (or 0x3EDFFA) is known color: Turquoise. HEX triplet: 3E, DF and FA. RGB value is (62,223,250). Sum of RGB (Red+Green+Blue) = 62+223+250=535 (70% of max value = 765). Red value is 62 (24.61% from 255 or 11.59% from 535); Green value is 223 (87.5% from 255 or 41.68% from 535); Blue value is 250 (98.05% from 255 or 46.73% from 535); Max value from RGB is 250 - color contains mainly: blue. Hex color #3EDFFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3EDFFA is #C12005. Grayscale: #B1B1B1. Windows color (decimal): -12656646 or 16441150. OLE color: 16441150.

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

Color convert

RGB 62 223 250 -
CMYK 0.75 0.11 0 0.02
HSL 188.62º 0.95% 0.61% -
HSV(B) 188.62º 0.75% 0.98% -
XYZ 45.63 60.7 99.75 -
YUV 177.94 168.66 45.3 -
System Red Green Blue C M Y K H S L
Decimal 62 223 250 0.75 0.11 0 0.02 188.62 0.95 0.61
Hex 3E DF FA 4B B 0 2 BD 5F 3D
Octal 76 337 372 113 13 0 2 275 137 75
Binary 111110 11011111 11111010 1001011 1011 0 10 10111101 1011111 111101

Color Harmonies of #3EDFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EDFFA

Black with #3EDFFA

Text Example


Text Example

White with #3EDFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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