Html Css Color HEX #6BDBFE Turquoise Blue

📋 copy color: '#6BDBFE'

red 107 ◦ green 219 ◦ blue 254

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

Shades of Turquoise Blue #6BDBFE

Tints of Turquoise Blue #6BDBFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.79%

R = 18.45%
G = 37.76%
B = 43.79%

CMYK

 C value IS 0.58

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6BDBFE (or 0x6BDBFE) is known color: Turquoise Blue. HEX triplet: 6B, DB and FE. RGB value is (107,219,254). Sum of RGB (Red+Green+Blue) = 107+219+254=580 (76% of max value = 765). Red value is 107 (42.19% from 255 or 18.45% from 580); Green value is 219 (85.94% from 255 or 37.76% from 580); Blue value is 254 (99.61% from 255 or 43.79% from 580); Max value from RGB is 254 - color contains mainly: blue. Hex color #6BDBFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BDBFE is #942401. Grayscale: #BDBDBD. Windows color (decimal): -9708546 or 16702315. OLE color: 16702315.

HSL color Cylindrical-coordinate representation of color #6BDBFE: hue angle of 194.29º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BDBFE is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 107 219 254 -
CMYK 0.58 0.14 0 0.00
HSL 194.29º 0.99% 0.71% -
HSV(B) 194.29º 0.58% 1% -
XYZ 49.28 60.94 102.93 -
YUV 189.5 164.39 69.15 -
System Red Green Blue C M Y K H S L
Decimal 107 219 254 0.58 0.14 0 0.00 194.29 0.99 0.71
Hex 6B DB FE 3A E 0 0 C2 63 47
Octal 153 333 376 72 16 0 0 302 143 107
Binary 1101011 11011011 11111110 111010 1110 0 0 11000010 1100011 1000111

Color Harmonies of #6BDBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BDBFE

Black with #6BDBFE

Text Example


Text Example

White with #6BDBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,219,254); }

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

background-color css

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

 a { background-color: rgb(107,219,254); }

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

border-color css

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

 span { border-color: rgb(107,219,254); }

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