Html Css Color HEX #6AD1EB Turquoise Blue

📋 copy color: '#6AD1EB'

red 106 ◦ green 209 ◦ blue 235

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

Shades of Turquoise Blue #6AD1EB

Tints of Turquoise Blue #6AD1EB

RGB

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

 GREEN value IS 209 (82.03% from 255) = 38%

 BLUE value IS 235 (92.19% from 255) = 42.73%

R = 19.27%
G = 38%
B = 42.73%

CMYK

 C value IS 0.55

 M value IS 0.11

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6AD1EB (or 0x6AD1EB) is known color: Turquoise Blue. HEX triplet: 6A, D1 and EB. RGB value is (106,209,235). Sum of RGB (Red+Green+Blue) = 106+209+235=550 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.27% from 550); Green value is 209 (82.03% from 255 or 38% from 550); Blue value is 235 (92.19% from 255 or 42.73% from 550); Max value from RGB is 235 - color contains mainly: blue. Hex color #6AD1EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6AD1EB is #952E14. Grayscale: #B4B4B4. Windows color (decimal): -9776661 or 15454570. OLE color: 15454570.

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

Color convert

RGB 106 209 235 -
CMYK 0.55 0.11 0 0.08
HSL 192.09º 0.76% 0.67% -
HSV(B) 192.09º 0.55% 0.92% -
XYZ 43.74 54.66 86.84 -
YUV 181.17 158.38 74.39 -
System Red Green Blue C M Y K H S L
Decimal 106 209 235 0.55 0.11 0 0.08 192.09 0.76 0.67
Hex 6A D1 EB 37 B 0 8 C0 4C 43
Octal 152 321 353 67 13 0 10 300 114 103
Binary 1101010 11010001 11101011 110111 1011 0 1000 11000000 1001100 1000011

Color Harmonies of #6AD1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AD1EB

Black with #6AD1EB

Text Example


Text Example

White with #6AD1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,209,235); }

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

background-color css

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

 a { background-color: rgb(106,209,235); }

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

border-color css

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

 span { border-color: rgb(106,209,235); }

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