Html Css Color HEX #6AD2EB Turquoise Blue

📋 copy color: '#6AD2EB'

red 106 ◦ green 210 ◦ blue 235

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

Shades of Turquoise Blue #6AD2EB

Tints of Turquoise Blue #6AD2EB

RGB

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

 GREEN value IS 210 (82.42% from 255) = 38.11%

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

R = 19.24%
G = 38.11%
B = 42.65%

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

#6AD2EB (or 0x6AD2EB) is known color: Turquoise Blue. HEX triplet: 6A, D2 and EB. RGB value is (106,210,235). Sum of RGB (Red+Green+Blue) = 106+210+235=551 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.24% from 551); Green value is 210 (82.42% from 255 or 38.11% from 551); Blue value is 235 (92.19% from 255 or 42.65% from 551); Max value from RGB is 235 - color contains mainly: blue. Hex color #6AD2EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6AD2EB is #952D14. Grayscale: #B5B5B5. Windows color (decimal): -9776405 or 15454826. OLE color: 15454826.

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

Color convert

RGB 106 210 235 -
CMYK 0.55 0.11 0 0.08
HSL 191.63º 0.76% 0.67% -
HSV(B) 191.63º 0.55% 0.92% -
XYZ 43.99 55.16 86.93 -
YUV 181.75 158.04 73.97 -
System Red Green Blue C M Y K H S L
Decimal 106 210 235 0.55 0.11 0 0.08 191.63 0.76 0.67
Hex 6A D2 EB 37 B 0 8 C0 4C 43
Octal 152 322 353 67 13 0 10 300 114 103
Binary 1101010 11010010 11101011 110111 1011 0 1000 11000000 1001100 1000011

Color Harmonies of #6AD2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AD2EB

Black with #6AD2EB

Text Example


Text Example

White with #6AD2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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