Html Css Color HEX #6BDAFA Turquoise Blue

📋 copy color: '#6BDAFA'

red 107 ◦ green 218 ◦ blue 250

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

Shades of Turquoise Blue #6BDAFA

Tints of Turquoise Blue #6BDAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.48%

R = 18.61%
G = 37.91%
B = 43.48%

CMYK

 C value IS 0.57

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6BDAFA (or 0x6BDAFA) is known color: Turquoise Blue. HEX triplet: 6B, DA and FA. RGB value is (107,218,250). Sum of RGB (Red+Green+Blue) = 107+218+250=575 (76% of max value = 765). Red value is 107 (42.19% from 255 or 18.61% from 575); Green value is 218 (85.55% from 255 or 37.91% from 575); Blue value is 250 (98.05% from 255 or 43.48% from 575); Max value from RGB is 250 - color contains mainly: blue. Hex color #6BDAFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BDAFA is #942505. Grayscale: #BCBCBC. Windows color (decimal): -9708806 or 16439915. OLE color: 16439915.

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

Color convert

RGB 107 218 250 -
CMYK 0.57 0.13 0 0.02
HSL 193.43º 0.93% 0.7% -
HSV(B) 193.43º 0.57% 0.98% -
XYZ 48.39 60.17 99.51 -
YUV 188.46 162.73 69.9 -
System Red Green Blue C M Y K H S L
Decimal 107 218 250 0.57 0.13 0 0.02 193.43 0.93 0.7
Hex 6B DA FA 39 D 0 2 C1 5D 46
Octal 153 332 372 71 15 0 2 301 135 106
Binary 1101011 11011010 11111010 111001 1101 0 10 11000001 1011101 1000110

Color Harmonies of #6BDAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BDAFA

Black with #6BDAFA

Text Example


Text Example

White with #6BDAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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