Html Css Color HEX #6EEAF0 Turquoise Blue

📋 copy color: '#6EEAF0'

red 110 ◦ green 234 ◦ blue 240

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

Shades of Turquoise Blue #6EEAF0

Tints of Turquoise Blue #6EEAF0

RGB

 RED value IS 110 (43.36% from 255) = 18.84%

 GREEN value IS 234 (91.8% from 255) = 40.07%

 BLUE value IS 240 (94.14% from 255) = 41.1%

R = 18.84%
G = 40.07%
B = 41.1%

CMYK

 C value IS 0.54

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6EEAF0 (or 0x6EEAF0) is known color: Turquoise Blue. HEX triplet: 6E, EA and F0. RGB value is (110,234,240). Sum of RGB (Red+Green+Blue) = 110+234+240=584 (77% of max value = 765). Red value is 110 (43.36% from 255 or 18.84% from 584); Green value is 234 (91.80% from 255 or 40.07% from 584); Blue value is 240 (94.14% from 255 or 41.10% from 584); Max value from RGB is 240 - color contains mainly: blue. Hex color #6EEAF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EEAF0 is #91150F. Grayscale: #C5C5C5. Windows color (decimal): -9508112 or 15788654. OLE color: 15788654.

HSL color Cylindrical-coordinate representation of color #6EEAF0: hue angle of 182.77º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6EEAF0 is Cyan = 0.54, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 110 234 240 -
CMYK 0.54 0.02 0 0.06
HSL 182.77º 0.81% 0.69% -
HSV(B) 182.77º 0.54% 0.94% -
XYZ 51.58 68.45 92.93 -
YUV 197.61 151.92 65.51 -
System Red Green Blue C M Y K H S L
Decimal 110 234 240 0.54 0.02 0 0.06 182.77 0.81 0.69
Hex 6E EA F0 36 2 0 6 B7 51 45
Octal 156 352 360 66 2 0 6 267 121 105
Binary 1101110 11101010 11110000 110110 10 0 110 10110111 1010001 1000101

Color Harmonies of #6EEAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EEAF0

Black with #6EEAF0

Text Example


Text Example

White with #6EEAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6EEAF0; }

 p { color: rgb(110,234,240); }

 H1.HeaderClassName
 {
   color: #6EEAF0;
 }
 .AnyTagClassName
 {
   color: #6EEAF0;
 }
</style>

background-color css

<style>
 a { background-color: #6EEAF0; }

 a { background-color: rgb(110,234,240); }

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

border-color css

<style>
 span { border-color: #6EEAF0; }

 span { border-color: rgb(110,234,240); }

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