Html Css Color HEX #3EDDFF Turquoise Blue

📋 copy color: '#3EDDFF'

red 62 ◦ green 221 ◦ blue 255

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

Shades of Turquoise Blue #3EDDFF

Tints of Turquoise Blue #3EDDFF

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.08%

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

R = 11.52%
G = 41.08%
B = 47.4%

CMYK

 C value IS 0.76

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3EDDFF (or 0x3EDDFF) is known color: Turquoise Blue. HEX triplet: 3E, DD and FF. RGB value is (62,221,255). Sum of RGB (Red+Green+Blue) = 62+221+255=538 (71% of max value = 765). Red value is 62 (24.61% from 255 or 11.52% from 538); Green value is 221 (86.72% from 255 or 41.08% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #3EDDFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3EDDFF is #C12200. Grayscale: #B1B1B1. Windows color (decimal): -12657153 or 16768318. OLE color: 16768318.

HSL color Cylindrical-coordinate representation of color #3EDDFF: hue angle of 190.57º 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 #3EDDFF is Cyan = 0.76, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 62 221 255 -
CMYK 0.76 0.13 0 0
HSL 190.57º 1% 0.62% -
HSV(B) 190.57º 0.76% 1% -
XYZ 45.89 59.96 103.76 -
YUV 177.34 171.82 45.74 -
System Red Green Blue C M Y K H S L
Decimal 62 221 255 0.76 0.13 0 0 190.57 1 0.62
Hex 3E DD FF 4C D 0 0 BF 64 3E
Octal 76 335 377 114 15 0 0 277 144 76
Binary 111110 11011101 11111111 1001100 1101 0 0 10111111 1100100 111110

Color Harmonies of #3EDDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EDDFF

Black with #3EDDFF

Text Example


Text Example

White with #3EDDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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