Html Css Color HEX #5EE7EF Turquoise Blue

📋 copy color: '#5EE7EF'

red 94 ◦ green 231 ◦ blue 239

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

Shades of Turquoise Blue #5EE7EF

Tints of Turquoise Blue #5EE7EF

RGB

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

 GREEN value IS 231 (90.63% from 255) = 40.96%

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

R = 16.67%
G = 40.96%
B = 42.38%

CMYK

 C value IS 0.61

 M value IS 0.03

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5EE7EF (or 0x5EE7EF) is known color: Turquoise Blue. HEX triplet: 5E, E7 and EF. RGB value is (94,231,239). Sum of RGB (Red+Green+Blue) = 94+231+239=564 (74% of max value = 765). Red value is 94 (37.11% from 255 or 16.67% from 564); Green value is 231 (90.62% from 255 or 40.96% from 564); Blue value is 239 (93.75% from 255 or 42.38% from 564); Max value from RGB is 239 - color contains mainly: blue. Hex color #5EE7EF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EE7EF is #A11810. Grayscale: #BEBEBE. Windows color (decimal): -10557457 or 15722334. OLE color: 15722334.

HSL color Cylindrical-coordinate representation of color #5EE7EF: hue angle of 183.31º 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 #5EE7EF is Cyan = 0.61, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 94 231 239 -
CMYK 0.61 0.03 0 0.06
HSL 183.31º 0.82% 0.65% -
HSV(B) 183.31º 0.61% 0.94% -
XYZ 48.77 65.76 91.78 -
YUV 190.95 155.11 58.85 -
System Red Green Blue C M Y K H S L
Decimal 94 231 239 0.61 0.03 0 0.06 183.31 0.82 0.65
Hex 5E E7 EF 3D 3 0 6 B7 52 41
Octal 136 347 357 75 3 0 6 267 122 101
Binary 1011110 11100111 11101111 111101 11 0 110 10110111 1010010 1000001

Color Harmonies of #5EE7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EE7EF

Black with #5EE7EF

Text Example


Text Example

White with #5EE7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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