Html Css Color HEX #6AD9E9 Turquoise Blue

📋 copy color: '#6AD9E9'

red 106 ◦ green 217 ◦ blue 233

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

Shades of Turquoise Blue #6AD9E9

Tints of Turquoise Blue #6AD9E9

RGB

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

 GREEN value IS 217 (85.16% from 255) = 39.03%

 BLUE value IS 233 (91.41% from 255) = 41.91%

R = 19.06%
G = 39.03%
B = 41.91%

CMYK

 C value IS 0.55

 M value IS 0.07

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#6AD9E9 (or 0x6AD9E9) is known color: Turquoise Blue. HEX triplet: 6A, D9 and E9. RGB value is (106,217,233). Sum of RGB (Red+Green+Blue) = 106+217+233=556 (73% of max value = 765). Red value is 106 (41.80% from 255 or 19.06% from 556); Green value is 217 (85.16% from 255 or 39.03% from 556); Blue value is 233 (91.41% from 255 or 41.91% from 556); Max value from RGB is 233 - color contains mainly: blue. Hex color #6AD9E9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6AD9E9 is #952616. Grayscale: #B9B9B9. Windows color (decimal): -9774615 or 15325546. OLE color: 15325546.

HSL color Cylindrical-coordinate representation of color #6AD9E9: hue angle of 187.56º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AD9E9 is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 106 217 233 -
CMYK 0.55 0.07 0 0.09
HSL 187.56º 0.74% 0.66% -
HSV(B) 187.56º 0.55% 0.91% -
XYZ 45.46 58.57 86 -
YUV 185.64 154.73 71.2 -
System Red Green Blue C M Y K H S L
Decimal 106 217 233 0.55 0.07 0 0.09 187.56 0.74 0.66
Hex 6A D9 E9 37 7 0 9 BC 4A 42
Octal 152 331 351 67 7 0 11 274 112 102
Binary 1101010 11011001 11101001 110111 111 0 1001 10111100 1001010 1000010

Color Harmonies of #6AD9E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AD9E9

Black with #6AD9E9

Text Example


Text Example

White with #6AD9E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,217,233); }

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

background-color css

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

 a { background-color: rgb(106,217,233); }

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

border-color css

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

 span { border-color: rgb(106,217,233); }

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