Html Css Color HEX #6ADBFC Turquoise Blue

📋 copy color: '#6ADBFC'

red 106 ◦ green 219 ◦ blue 252

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

Shades of Turquoise Blue #6ADBFC

Tints of Turquoise Blue #6ADBFC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.95%

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

R = 18.37%
G = 37.95%
B = 43.67%

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

#6ADBFC (or 0x6ADBFC) is known color: Turquoise Blue. HEX triplet: 6A, DB and FC. RGB value is (106,219,252). Sum of RGB (Red+Green+Blue) = 106+219+252=577 (76% of max value = 765). Red value is 106 (41.80% from 255 or 18.37% from 577); Green value is 219 (85.94% from 255 or 37.95% from 577); Blue value is 252 (98.83% from 255 or 43.67% from 577); Max value from RGB is 252 - color contains mainly: blue. Hex color #6ADBFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ADBFC is #952403. Grayscale: #BCBCBC. Windows color (decimal): -9774084 or 16571242. OLE color: 16571242.

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

Color convert

RGB 106 219 252 -
CMYK 0.58 0.13 0 0.01
HSL 193.56º 0.96% 0.7% -
HSV(B) 193.56º 0.58% 0.99% -
XYZ 48.85 60.76 101.25 -
YUV 188.98 163.56 68.82 -
System Red Green Blue C M Y K H S L
Decimal 106 219 252 0.58 0.13 0 0.01 193.56 0.96 0.7
Hex 6A DB FC 3A D 0 1 C2 60 46
Octal 152 333 374 72 15 0 1 302 140 106
Binary 1101010 11011011 11111100 111010 1101 0 1 11000010 1100000 1000110

Color Harmonies of #6ADBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADBFC

Black with #6ADBFC

Text Example


Text Example

White with #6ADBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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