Html Css Color HEX #6BDAFC Turquoise Blue

📋 copy color: '#6BDAFC'

red 107 ◦ green 218 ◦ blue 252

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

Shades of Turquoise Blue #6BDAFC

Tints of Turquoise Blue #6BDAFC

RGB

 RED value IS 107 (42.19% from 255) = 18.54%

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

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

R = 18.54%
G = 37.78%
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

#6BDAFC (or 0x6BDAFC) is known color: Turquoise Blue. HEX triplet: 6B, DA and FC. RGB value is (107,218,252). Sum of RGB (Red+Green+Blue) = 107+218+252=577 (76% of max value = 765). Red value is 107 (42.19% from 255 or 18.54% from 577); Green value is 218 (85.55% from 255 or 37.78% 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 #6BDAFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BDAFC is #942503. Grayscale: #BCBCBC. Windows color (decimal): -9708804 or 16570987. OLE color: 16570987.

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

Color convert

RGB 107 218 252 -
CMYK 0.58 0.13 0 0.01
HSL 194.07º 0.96% 0.7% -
HSV(B) 194.07º 0.58% 0.99% -
XYZ 48.71 60.3 101.17 -
YUV 188.69 163.73 69.74 -
System Red Green Blue C M Y K H S L
Decimal 107 218 252 0.58 0.13 0 0.01 194.07 0.96 0.7
Hex 6B DA FC 3A D 0 1 C2 60 46
Octal 153 332 374 72 15 0 1 302 140 106
Binary 1101011 11011010 11111100 111010 1101 0 1 11000010 1100000 1000110

Color Harmonies of #6BDAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BDAFC

Black with #6BDAFC

Text Example


Text Example

White with #6BDAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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