Html Css Color HEX #6ADCFC Turquoise Blue

📋 copy color: '#6ADCFC'

red 106 ◦ green 220 ◦ blue 252

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

Shades of Turquoise Blue #6ADCFC

Tints of Turquoise Blue #6ADCFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 43.6%

R = 18.34%
G = 38.06%
B = 43.6%

CMYK

 C value IS 0.58

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6ADCFC (or 0x6ADCFC) is known color: Turquoise Blue. HEX triplet: 6A, DC and FC. RGB value is (106,220,252). Sum of RGB (Red+Green+Blue) = 106+220+252=578 (76% of max value = 765). Red value is 106 (41.80% from 255 or 18.34% from 578); Green value is 220 (86.33% from 255 or 38.06% from 578); Blue value is 252 (98.83% from 255 or 43.60% from 578); Max value from RGB is 252 - color contains mainly: blue. Hex color #6ADCFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ADCFC is #952303. Grayscale: #BDBDBD. Windows color (decimal): -9773828 or 16571498. OLE color: 16571498.

HSL color Cylindrical-coordinate representation of color #6ADCFC: hue angle of 193.15º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6ADCFC is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 106 220 252 -
CMYK 0.58 0.13 0 0.01
HSL 193.15º 0.96% 0.7% -
HSV(B) 193.15º 0.58% 0.99% -
XYZ 49.11 61.28 101.34 -
YUV 189.56 163.23 68.4 -
System Red Green Blue C M Y K H S L
Decimal 106 220 252 0.58 0.13 0 0.01 193.15 0.96 0.7
Hex 6A DC FC 3A D 0 1 C1 60 46
Octal 152 334 374 72 15 0 1 301 140 106
Binary 1101010 11011100 11111100 111010 1101 0 1 11000001 1100000 1000110

Color Harmonies of #6ADCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADCFC

Black with #6ADCFC

Text Example


Text Example

White with #6ADCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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