Html Css Color HEX #6ADAFC Turquoise Blue

📋 copy color: '#6ADAFC'

red 106 ◦ green 218 ◦ blue 252

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

Shades of Turquoise Blue #6ADAFC

Tints of Turquoise Blue #6ADAFC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.85%

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

R = 18.4%
G = 37.85%
B = 43.75%

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

#6ADAFC (or 0x6ADAFC) is known color: Turquoise Blue. HEX triplet: 6A, DA and FC. RGB value is (106,218,252). Sum of RGB (Red+Green+Blue) = 106+218+252=576 (76% of max value = 765). Red value is 106 (41.80% from 255 or 18.40% from 576); Green value is 218 (85.55% from 255 or 37.85% from 576); Blue value is 252 (98.83% from 255 or 43.75% from 576); Max value from RGB is 252 - color contains mainly: blue. Hex color #6ADAFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ADAFC is #952503. Grayscale: #BCBCBC. Windows color (decimal): -9774340 or 16570986. OLE color: 16570986.

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

Color convert

RGB 106 218 252 -
CMYK 0.58 0.13 0 0.01
HSL 193.97º 0.96% 0.7% -
HSV(B) 193.97º 0.58% 0.99% -
XYZ 48.59 60.24 101.16 -
YUV 188.39 163.89 69.24 -
System Red Green Blue C M Y K H S L
Decimal 106 218 252 0.58 0.13 0 0.01 193.97 0.96 0.7
Hex 6A DA FC 3A D 0 1 C2 60 46
Octal 152 332 374 72 15 0 1 302 140 106
Binary 1101010 11011010 11111100 111010 1101 0 1 11000010 1100000 1000110

Color Harmonies of #6ADAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADAFC

Black with #6ADAFC

Text Example


Text Example

White with #6ADAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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