Html Css Color HEX #6ADCFB Turquoise Blue

📋 copy color: '#6ADCFB'

red 106 ◦ green 220 ◦ blue 251

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

Shades of Turquoise Blue #6ADCFB

Tints of Turquoise Blue #6ADCFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 43.5%

R = 18.37%
G = 38.13%
B = 43.5%

CMYK

 C value IS 0.58

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6ADCFB (or 0x6ADCFB) is known color: Turquoise Blue. HEX triplet: 6A, DC and FB. RGB value is (106,220,251). Sum of RGB (Red+Green+Blue) = 106+220+251=577 (76% of max value = 765). Red value is 106 (41.80% from 255 or 18.37% from 577); Green value is 220 (86.33% from 255 or 38.13% from 577); Blue value is 251 (98.44% from 255 or 43.50% from 577); Max value from RGB is 251 - color contains mainly: blue. Hex color #6ADCFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ADCFB is #952304. Grayscale: #BDBDBD. Windows color (decimal): -9773829 or 16505962. OLE color: 16505962.

HSL color Cylindrical-coordinate representation of color #6ADCFB: hue angle of 192.83º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6ADCFB is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 106 220 251 -
CMYK 0.58 0.12 0 0.02
HSL 192.83º 0.95% 0.7% -
HSV(B) 192.83º 0.58% 0.98% -
XYZ 48.95 61.22 100.5 -
YUV 189.45 162.73 68.48 -
System Red Green Blue C M Y K H S L
Decimal 106 220 251 0.58 0.12 0 0.02 192.83 0.95 0.7
Hex 6A DC FB 3A C 0 2 C1 5F 46
Octal 152 334 373 72 14 0 2 301 137 106
Binary 1101010 11011100 11111011 111010 1100 0 10 11000001 1011111 1000110

Color Harmonies of #6ADCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADCFB

Black with #6ADCFB

Text Example


Text Example

White with #6ADCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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