Html Css Color HEX #6AEADA Turquoise Blue

📋 copy color: '#6AEADA'

red 106 ◦ green 234 ◦ blue 218

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

Shades of Turquoise Blue #6AEADA

Tints of Turquoise Blue #6AEADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.07%

R = 19%
G = 41.94%
B = 39.07%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#6AEADA (or 0x6AEADA) is known color: Turquoise Blue. HEX triplet: 6A, EA and DA. RGB value is (106,234,218). Sum of RGB (Red+Green+Blue) = 106+234+218=558 (73% of max value = 765). Red value is 106 (41.80% from 255 or 19.00% from 558); Green value is 234 (91.80% from 255 or 41.94% from 558); Blue value is 218 (85.55% from 255 or 39.07% from 558); Max value from RGB is 234 - color contains mainly: green. Hex color #6AEADA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AEADA is #951525. Grayscale: #C1C1C1. Windows color (decimal): -9770278 or 14346858. OLE color: 14346858.

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

Color convert

RGB 106 234 218 -
CMYK 0.55 0 0.07 0.08
HSL 172.5º 0.75% 0.67% -
HSV(B) 172.5º 0.55% 0.92% -
XYZ 48.02 66.97 76.73 -
YUV 193.9 141.59 65.3 -
System Red Green Blue C M Y K H S L
Decimal 106 234 218 0.55 0 0.07 0.08 172.5 0.75 0.67
Hex 6A EA DA 37 0 7 8 AC 4B 43
Octal 152 352 332 67 0 7 10 254 113 103
Binary 1101010 11101010 11011010 110111 0 111 1000 10101100 1001011 1000011

Color Harmonies of #6AEADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AEADA

Black with #6AEADA

Text Example


Text Example

White with #6AEADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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