Html Css Color HEX #6AEAEF Turquoise Blue

📋 copy color: '#6AEAEF'

red 106 ◦ green 234 ◦ blue 239

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

Shades of Turquoise Blue #6AEAEF

Tints of Turquoise Blue #6AEAEF

RGB

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

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

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

R = 18.31%
G = 40.41%
B = 41.28%

CMYK

 C value IS 0.56

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6AEAEF (or 0x6AEAEF) is known color: Turquoise Blue. HEX triplet: 6A, EA and EF. RGB value is (106,234,239). Sum of RGB (Red+Green+Blue) = 106+234+239=579 (76% of max value = 765). Red value is 106 (41.80% from 255 or 18.31% from 579); Green value is 234 (91.80% from 255 or 40.41% from 579); Blue value is 239 (93.75% from 255 or 41.28% from 579); Max value from RGB is 239 - color contains mainly: blue. Hex color #6AEAEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AEAEF is #951510. Grayscale: #C4C4C4. Windows color (decimal): -9770257 or 15723114. OLE color: 15723114.

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

Color convert

RGB 106 234 239 -
CMYK 0.56 0.02 0 0.06
HSL 182.26º 0.81% 0.68% -
HSV(B) 182.26º 0.56% 0.94% -
XYZ 50.95 68.14 92.13 -
YUV 196.3 152.09 63.59 -
System Red Green Blue C M Y K H S L
Decimal 106 234 239 0.56 0.02 0 0.06 182.26 0.81 0.68
Hex 6A EA EF 38 2 0 6 B6 51 44
Octal 152 352 357 70 2 0 6 266 121 104
Binary 1101010 11101010 11101111 111000 10 0 110 10110110 1010001 1000100

Color Harmonies of #6AEAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AEAEF

Black with #6AEAEF

Text Example


Text Example

White with #6AEAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,234,239); }

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

background-color css

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

 a { background-color: rgb(106,234,239); }

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

border-color css

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

 span { border-color: rgb(106,234,239); }

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