Html Css Color HEX #3ED9FF Turquoise Blue

📋 copy color: '#3ED9FF'

red 62 ◦ green 217 ◦ blue 255

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

Shades of Turquoise Blue #3ED9FF

Tints of Turquoise Blue #3ED9FF

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.64%

 BLUE value IS 255 (100% from 255) = 47.75%

R = 11.61%
G = 40.64%
B = 47.75%

CMYK

 C value IS 0.76

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3ED9FF (or 0x3ED9FF) is known color: Turquoise Blue. HEX triplet: 3E, D9 and FF. RGB value is (62,217,255). Sum of RGB (Red+Green+Blue) = 62+217+255=534 (70% of max value = 765). Red value is 62 (24.61% from 255 or 11.61% from 534); Green value is 217 (85.16% from 255 or 40.64% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #3ED9FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ED9FF is #C12600. Grayscale: #AEAEAE. Windows color (decimal): -12658177 or 16767294. OLE color: 16767294.

HSL color Cylindrical-coordinate representation of color #3ED9FF: hue angle of 191.81º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3ED9FF is Cyan = 0.76, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 62 217 255 -
CMYK 0.76 0.15 0 0
HSL 191.81º 1% 0.62% -
HSV(B) 191.81º 0.76% 1% -
XYZ 44.85 57.87 103.41 -
YUV 174.99 173.15 47.41 -
System Red Green Blue C M Y K H S L
Decimal 62 217 255 0.76 0.15 0 0 191.81 1 0.62
Hex 3E D9 FF 4C F 0 0 C0 64 3E
Octal 76 331 377 114 17 0 0 300 144 76
Binary 111110 11011001 11111111 1001100 1111 0 0 11000000 1100100 111110

Color Harmonies of #3ED9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ED9FF

Black with #3ED9FF

Text Example


Text Example

White with #3ED9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,217,255); }

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

background-color css

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

 a { background-color: rgb(62,217,255); }

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

border-color css

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

 span { border-color: rgb(62,217,255); }

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