Html Css Color HEX #6AEADD Turquoise Blue

📋 copy color: '#6AEADD'

red 106 ◦ green 234 ◦ blue 221

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

Shades of Turquoise Blue #6AEADD

Tints of Turquoise Blue #6AEADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.39%

R = 18.89%
G = 41.71%
B = 39.39%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#6AEADD (or 0x6AEADD) is known color: Turquoise Blue. HEX triplet: 6A, EA and DD. RGB value is (106,234,221). Sum of RGB (Red+Green+Blue) = 106+234+221=561 (74% of max value = 765). Red value is 106 (41.80% from 255 or 18.89% from 561); Green value is 234 (91.80% from 255 or 41.71% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 234 - color contains mainly: green. Hex color #6AEADD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AEADD is #951522. Grayscale: #C2C2C2. Windows color (decimal): -9770275 or 14543466. OLE color: 14543466.

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

Color convert

RGB 106 234 221 -
CMYK 0.55 0 0.06 0.08
HSL 173.91º 0.75% 0.67% -
HSV(B) 173.91º 0.55% 0.92% -
XYZ 48.42 67.13 78.81 -
YUV 194.25 143.09 65.06 -
System Red Green Blue C M Y K H S L
Decimal 106 234 221 0.55 0 0.06 0.08 173.91 0.75 0.67
Hex 6A EA DD 37 0 6 8 AE 4B 43
Octal 152 352 335 67 0 6 10 256 113 103
Binary 1101010 11101010 11011101 110111 0 110 1000 10101110 1001011 1000011

Color Harmonies of #6AEADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AEADD

Black with #6AEADD

Text Example


Text Example

White with #6AEADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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