Html Css Color HEX #6ADEDE Turquoise Blue

📋 copy color: '#6ADEDE'

red 106 ◦ green 222 ◦ blue 222

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

Shades of Turquoise Blue #6ADEDE

Tints of Turquoise Blue #6ADEDE

RGB

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

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

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

R = 19.27%
G = 40.36%
B = 40.36%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6ADEDE (or 0x6ADEDE) is known color: Turquoise Blue. HEX triplet: 6A, DE and DE. RGB value is (106,222,222). Sum of RGB (Red+Green+Blue) = 106+222+222=550 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.27% from 550); Green value is 222 (87.11% from 255 or 40.36% from 550); Blue value is 222 (87.11% from 255 or 40.36% from 550); Max value from RGB is 222 - color contains mainly: green, blue. Hex color #6ADEDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADEDE is #952121. Grayscale: #BBBBBB. Windows color (decimal): -9773346 or 14605930. OLE color: 14605930.

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

Color convert

RGB 106 222 222 -
CMYK 0.52 0 0 0.13
HSL 180º 0.64% 0.64% -
HSV(B) 180º 0.52% 0.87% -
XYZ 45.25 60.58 78.42 -
YUV 187.32 147.57 70 -
System Red Green Blue C M Y K H S L
Decimal 106 222 222 0.52 0 0 0.13 180 0.64 0.64
Hex 6A DE DE 34 0 0 D B4 40 40
Octal 152 336 336 64 0 0 15 264 100 100
Binary 1101010 11011110 11011110 110100 0 0 1101 10110100 1000000 1000000

Color Harmonies of #6ADEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADEDE

Black with #6ADEDE

Text Example


Text Example

White with #6ADEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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