Html Css Color HEX #6ADDEF Turquoise Blue

📋 copy color: '#6ADDEF'

red 106 ◦ green 221 ◦ blue 239

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

Shades of Turquoise Blue #6ADDEF

Tints of Turquoise Blue #6ADDEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.23%

R = 18.73%
G = 39.05%
B = 42.23%

CMYK

 C value IS 0.56

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6ADDEF (or 0x6ADDEF) is known color: Turquoise Blue. HEX triplet: 6A, DD and EF. RGB value is (106,221,239). Sum of RGB (Red+Green+Blue) = 106+221+239=566 (74% of max value = 765). Red value is 106 (41.80% from 255 or 18.73% from 566); Green value is 221 (86.72% from 255 or 39.05% from 566); Blue value is 239 (93.75% from 255 or 42.23% from 566); Max value from RGB is 239 - color contains mainly: blue. Hex color #6ADDEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ADDEF is #952210. Grayscale: #BCBCBC. Windows color (decimal): -9773585 or 15719786. OLE color: 15719786.

HSL color Cylindrical-coordinate representation of color #6ADDEF: hue angle of 188.12º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6ADDEF is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 106 221 239 -
CMYK 0.56 0.08 0 0.06
HSL 188.12º 0.81% 0.68% -
HSV(B) 188.12º 0.56% 0.94% -
XYZ 47.38 61.01 90.94 -
YUV 188.67 156.4 69.04 -
System Red Green Blue C M Y K H S L
Decimal 106 221 239 0.56 0.08 0 0.06 188.12 0.81 0.68
Hex 6A DD EF 38 8 0 6 BC 51 44
Octal 152 335 357 70 10 0 6 274 121 104
Binary 1101010 11011101 11101111 111000 1000 0 110 10111100 1010001 1000100

Color Harmonies of #6ADDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADDEF

Black with #6ADDEF

Text Example


Text Example

White with #6ADDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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