Html Css Color HEX #6ADDDE Turquoise Blue

📋 copy color: '#6ADDDE'

red 106 ◦ green 221 ◦ blue 222

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

Shades of Turquoise Blue #6ADDDE

Tints of Turquoise Blue #6ADDDE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.26%

 BLUE value IS 222 (87.11% from 255) = 40.44%

R = 19.31%
G = 40.26%
B = 40.44%

CMYK

 C value IS 0.52

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6ADDDE (or 0x6ADDDE) is known color: Turquoise Blue. HEX triplet: 6A, DD and DE. RGB value is (106,221,222). Sum of RGB (Red+Green+Blue) = 106+221+222=549 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.31% from 549); Green value is 221 (86.72% from 255 or 40.26% from 549); Blue value is 222 (87.11% from 255 or 40.44% from 549); Max value from RGB is 222 - color contains mainly: blue. Hex color #6ADDDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADDDE is #952221. Grayscale: #BABABA. Windows color (decimal): -9773602 or 14605674. OLE color: 14605674.

HSL color Cylindrical-coordinate representation of color #6ADDDE: hue angle of 180.52º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6ADDDE is Cyan = 0.52, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 106 221 222 -
CMYK 0.52 0.00 0 0.13
HSL 180.52º 0.64% 0.64% -
HSV(B) 180.52º 0.52% 0.87% -
XYZ 44.99 60.05 78.33 -
YUV 186.73 147.9 70.42 -
System Red Green Blue C M Y K H S L
Decimal 106 221 222 0.52 0.00 0 0.13 180.52 0.64 0.64
Hex 6A DD DE 34 0 0 D B5 40 40
Octal 152 335 336 64 0 0 15 265 100 100
Binary 1101010 11011101 11011110 110100 0 0 1101 10110101 1000000 1000000

Color Harmonies of #6ADDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADDDE

Black with #6ADDDE

Text Example


Text Example

White with #6ADDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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