Html Css Color HEX #6AD9FF Turquoise Blue

📋 copy color: '#6AD9FF'

red 106 ◦ green 217 ◦ blue 255

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

Shades of Turquoise Blue #6AD9FF

Tints of Turquoise Blue #6AD9FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.12%

R = 18.34%
G = 37.54%
B = 44.12%

CMYK

 C value IS 0.58

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6AD9FF (or 0x6AD9FF) is known color: Turquoise Blue. HEX triplet: 6A, D9 and FF. RGB value is (106,217,255). Sum of RGB (Red+Green+Blue) = 106+217+255=578 (76% of max value = 765). Red value is 106 (41.80% from 255 or 18.34% from 578); Green value is 217 (85.16% from 255 or 37.54% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #6AD9FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6AD9FF is #952600. Grayscale: #BBBBBB. Windows color (decimal): -9774593 or 16767338. OLE color: 16767338.

HSL color Cylindrical-coordinate representation of color #6AD9FF: hue angle of 195.3º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AD9FF is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 106 217 255 -
CMYK 0.58 0.15 0 0
HSL 195.3º 1% 0.71% -
HSV(B) 195.3º 0.58% 1% -
XYZ 48.81 59.91 103.6 -
YUV 188.14 165.73 69.41 -
System Red Green Blue C M Y K H S L
Decimal 106 217 255 0.58 0.15 0 0 195.3 1 0.71
Hex 6A D9 FF 3A F 0 0 C3 64 47
Octal 152 331 377 72 17 0 0 303 144 107
Binary 1101010 11011001 11111111 111010 1111 0 0 11000011 1100100 1000111

Color Harmonies of #6AD9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AD9FF

Black with #6AD9FF

Text Example


Text Example

White with #6AD9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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