Html Css Color HEX #5EECF1 Turquoise Blue

📋 copy color: '#5EECF1'

red 94 ◦ green 236 ◦ blue 241

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

Shades of Turquoise Blue #5EECF1

Tints of Turquoise Blue #5EECF1

RGB

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

 GREEN value IS 236 (92.58% from 255) = 41.33%

 BLUE value IS 241 (94.53% from 255) = 42.21%

R = 16.46%
G = 41.33%
B = 42.21%

CMYK

 C value IS 0.61

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5EECF1 (or 0x5EECF1) is known color: Turquoise Blue. HEX triplet: 5E, EC and F1. RGB value is (94,236,241). Sum of RGB (Red+Green+Blue) = 94+236+241=571 (75% of max value = 765). Red value is 94 (37.11% from 255 or 16.46% from 571); Green value is 236 (92.58% from 255 or 41.33% from 571); Blue value is 241 (94.53% from 255 or 42.21% from 571); Max value from RGB is 241 - color contains mainly: blue. Hex color #5EECF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EECF1 is #A1130E. Grayscale: #C1C1C1. Windows color (decimal): -10556175 or 15854686. OLE color: 15854686.

HSL color Cylindrical-coordinate representation of color #5EECF1: hue angle of 182.04º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5EECF1 is Cyan = 0.61, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 94 236 241 -
CMYK 0.61 0.02 0 0.05
HSL 182.04º 0.84% 0.66% -
HSV(B) 182.04º 0.61% 0.95% -
XYZ 50.49 68.72 93.82 -
YUV 194.11 154.46 56.59 -
System Red Green Blue C M Y K H S L
Decimal 94 236 241 0.61 0.02 0 0.05 182.04 0.84 0.66
Hex 5E EC F1 3D 2 0 5 B6 54 42
Octal 136 354 361 75 2 0 5 266 124 102
Binary 1011110 11101100 11110001 111101 10 0 101 10110110 1010100 1000010

Color Harmonies of #5EECF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EECF1

Black with #5EECF1

Text Example


Text Example

White with #5EECF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,236,241); }

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

background-color css

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

 a { background-color: rgb(94,236,241); }

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

border-color css

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

 span { border-color: rgb(94,236,241); }

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