Html Css Color HEX #5EE6EF Turquoise Blue

📋 copy color: '#5EE6EF'

red 94 ◦ green 230 ◦ blue 239

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

Shades of Turquoise Blue #5EE6EF

Tints of Turquoise Blue #5EE6EF

RGB

 RED value IS 94 (37.11% from 255) = 16.7%

 GREEN value IS 230 (90.23% from 255) = 40.85%

 BLUE value IS 239 (93.75% from 255) = 42.45%

R = 16.7%
G = 40.85%
B = 42.45%

CMYK

 C value IS 0.61

 M value IS 0.04

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5EE6EF (or 0x5EE6EF) is known color: Turquoise Blue. HEX triplet: 5E, E6 and EF. RGB value is (94,230,239). Sum of RGB (Red+Green+Blue) = 94+230+239=563 (74% of max value = 765). Red value is 94 (37.11% from 255 or 16.70% from 563); Green value is 230 (90.23% from 255 or 40.85% from 563); Blue value is 239 (93.75% from 255 or 42.45% from 563); Max value from RGB is 239 - color contains mainly: blue. Hex color #5EE6EF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EE6EF is #A11910. Grayscale: #BEBEBE. Windows color (decimal): -10557713 or 15722078. OLE color: 15722078.

HSL color Cylindrical-coordinate representation of color #5EE6EF: hue angle of 183.72º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5EE6EF is Cyan = 0.61, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 94 230 239 -
CMYK 0.61 0.04 0 0.06
HSL 183.72º 0.82% 0.65% -
HSV(B) 183.72º 0.61% 0.94% -
XYZ 48.49 65.21 91.69 -
YUV 190.36 155.44 59.27 -
System Red Green Blue C M Y K H S L
Decimal 94 230 239 0.61 0.04 0 0.06 183.72 0.82 0.65
Hex 5E E6 EF 3D 4 0 6 B8 52 41
Octal 136 346 357 75 4 0 6 270 122 101
Binary 1011110 11100110 11101111 111101 100 0 110 10111000 1010010 1000001

Color Harmonies of #5EE6EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EE6EF

Black with #5EE6EF

Text Example


Text Example

White with #5EE6EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5EE6EF; }

 p { color: rgb(94,230,239); }

 H1.HeaderClassName
 {
   color: #5EE6EF;
 }
 .AnyTagClassName
 {
   color: #5EE6EF;
 }
</style>

background-color css

<style>
 a { background-color: #5EE6EF; }

 a { background-color: rgb(94,230,239); }

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

border-color css

<style>
 span { border-color: #5EE6EF; }

 span { border-color: rgb(94,230,239); }

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