Html Css Color HEX #6AEAD6 Turquoise Blue

📋 copy color: '#6AEAD6'

red 106 ◦ green 234 ◦ blue 214

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

Shades of Turquoise Blue #6AEAD6

Tints of Turquoise Blue #6AEAD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 38.63%

R = 19.13%
G = 42.24%
B = 38.63%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#6AEAD6 (or 0x6AEAD6) is known color: Turquoise Blue. HEX triplet: 6A, EA and D6. RGB value is (106,234,214). Sum of RGB (Red+Green+Blue) = 106+234+214=554 (73% of max value = 765). Red value is 106 (41.80% from 255 or 19.13% from 554); Green value is 234 (91.80% from 255 or 42.24% from 554); Blue value is 214 (83.98% from 255 or 38.63% from 554); Max value from RGB is 234 - color contains mainly: green. Hex color #6AEAD6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AEAD6 is #951529. Grayscale: #C1C1C1. Windows color (decimal): -9770282 or 14084714. OLE color: 14084714.

HSL color Cylindrical-coordinate representation of color #6AEAD6: hue angle of 170.62º 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 #6AEAD6 is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB 106 234 214 -
CMYK 0.55 0 0.09 0.08
HSL 170.63º 0.75% 0.67% -
HSV(B) 170.63º 0.55% 0.92% -
XYZ 47.5 66.76 74 -
YUV 193.45 139.59 65.63 -
System Red Green Blue C M Y K H S L
Decimal 106 234 214 0.55 0 0.09 0.08 170.63 0.75 0.67
Hex 6A EA D6 37 0 9 8 AB 4B 43
Octal 152 352 326 67 0 11 10 253 113 103
Binary 1101010 11101010 11010110 110111 0 1001 1000 10101011 1001011 1000011

Color Harmonies of #6AEAD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AEAD6

Black with #6AEAD6

Text Example


Text Example

White with #6AEAD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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