Html Css Color HEX #6ADEDD Turquoise Blue

📋 copy color: '#6ADEDD'

red 106 ◦ green 222 ◦ blue 221

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

Shades of Turquoise Blue #6ADEDD

Tints of Turquoise Blue #6ADEDD

RGB

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

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

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

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

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #6ADEDD: hue angle of 179.48º 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 #6ADEDD is Cyan = 0.52, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 106 222 221 -
CMYK 0.52 0 0.00 0.13
HSL 179.48º 0.64% 0.64% -
HSV(B) 179.48º 0.52% 0.87% -
XYZ 45.12 60.53 77.71 -
YUV 187.2 147.07 70.08 -
System Red Green Blue C M Y K H S L
Decimal 106 222 221 0.52 0 0.00 0.13 179.48 0.64 0.64
Hex 6A DE DD 34 0 0 D B3 40 40
Octal 152 336 335 64 0 0 15 263 100 100
Binary 1101010 11011110 11011101 110100 0 0 1101 10110011 1000000 1000000

Color Harmonies of #6ADEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADEDD

Black with #6ADEDD

Text Example


Text Example

White with #6ADEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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