Html Css Color HEX #6ADCEF Turquoise Blue

📋 copy color: '#6ADCEF'

red 106 ◦ green 220 ◦ blue 239

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

Shades of Turquoise Blue #6ADCEF

Tints of Turquoise Blue #6ADCEF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.94%

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

R = 18.76%
G = 38.94%
B = 42.3%

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

#6ADCEF (or 0x6ADCEF) is known color: Turquoise Blue. HEX triplet: 6A, DC and EF. RGB value is (106,220,239). Sum of RGB (Red+Green+Blue) = 106+220+239=565 (74% of max value = 765). Red value is 106 (41.80% from 255 or 18.76% from 565); Green value is 220 (86.33% from 255 or 38.94% from 565); Blue value is 239 (93.75% from 255 or 42.30% from 565); Max value from RGB is 239 - color contains mainly: blue. Hex color #6ADCEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ADCEF is #952310. Grayscale: #BBBBBB. Windows color (decimal): -9773841 or 15719530. OLE color: 15719530.

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

Color convert

RGB 106 220 239 -
CMYK 0.56 0.08 0 0.06
HSL 188.57º 0.81% 0.68% -
HSV(B) 188.57º 0.56% 0.94% -
XYZ 47.12 60.48 90.85 -
YUV 188.08 156.73 69.46 -
System Red Green Blue C M Y K H S L
Decimal 106 220 239 0.56 0.08 0 0.06 188.57 0.81 0.68
Hex 6A DC EF 38 8 0 6 BD 51 44
Octal 152 334 357 70 10 0 6 275 121 104
Binary 1101010 11011100 11101111 111000 1000 0 110 10111101 1010001 1000100

Color Harmonies of #6ADCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADCEF

Black with #6ADCEF

Text Example


Text Example

White with #6ADCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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