Html Css Color HEX #6AEEE1 Turquoise Blue

📋 copy color: '#6AEEE1'

red 106 ◦ green 238 ◦ blue 225

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

Shades of Turquoise Blue #6AEEE1

Tints of Turquoise Blue #6AEEE1

RGB

 RED value IS 106 (41.8% from 255) = 18.63%

 GREEN value IS 238 (93.36% from 255) = 41.83%

 BLUE value IS 225 (88.28% from 255) = 39.54%

R = 18.63%
G = 41.83%
B = 39.54%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#6AEEE1 (or 0x6AEEE1) is known color: Turquoise Blue. HEX triplet: 6A, EE and E1. RGB value is (106,238,225). Sum of RGB (Red+Green+Blue) = 106+238+225=569 (75% of max value = 765). Red value is 106 (41.80% from 255 or 18.63% from 569); Green value is 238 (93.36% from 255 or 41.83% from 569); Blue value is 225 (88.28% from 255 or 39.54% from 569); Max value from RGB is 238 - color contains mainly: green. Hex color #6AEEE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AEEE1 is #95111E. Grayscale: #C4C4C4. Windows color (decimal): -9769247 or 14806634. OLE color: 14806634.

HSL color Cylindrical-coordinate representation of color #6AEEE1: hue angle of 174.09º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AEEE1 is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB 106 238 225 -
CMYK 0.55 0 0.05 0.07
HSL 174.09º 0.8% 0.67% -
HSV(B) 174.09º 0.55% 0.93% -
XYZ 50.11 69.65 82.04 -
YUV 197.05 143.77 63.06 -
System Red Green Blue C M Y K H S L
Decimal 106 238 225 0.55 0 0.05 0.07 174.09 0.8 0.67
Hex 6A EE E1 37 0 5 7 AE 50 43
Octal 152 356 341 67 0 5 7 256 120 103
Binary 1101010 11101110 11100001 110111 0 101 111 10101110 1010000 1000011

Color Harmonies of #6AEEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AEEE1

Black with #6AEEE1

Text Example


Text Example

White with #6AEEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,238,225); }

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

background-color css

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

 a { background-color: rgb(106,238,225); }

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

border-color css

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

 span { border-color: rgb(106,238,225); }

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