Html Css Color HEX #6FDBFE Turquoise Blue

📋 copy color: '#6FDBFE'

red 111 ◦ green 219 ◦ blue 254

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

Shades of Turquoise Blue #6FDBFE

Tints of Turquoise Blue #6FDBFE

RGB

 RED value IS 111 (43.75% from 255) = 19.01%

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

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

R = 19.01%
G = 37.5%
B = 43.49%

CMYK

 C value IS 0.56

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6FDBFE (or 0x6FDBFE) is known color: Turquoise Blue. HEX triplet: 6F, DB and FE. RGB value is (111,219,254). Sum of RGB (Red+Green+Blue) = 111+219+254=584 (77% of max value = 765). Red value is 111 (43.75% from 255 or 19.01% from 584); Green value is 219 (85.94% from 255 or 37.5% from 584); Blue value is 254 (99.61% from 255 or 43.49% from 584); Max value from RGB is 254 - color contains mainly: blue. Hex color #6FDBFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FDBFE is #902401. Grayscale: #BEBEBE. Windows color (decimal): -9446402 or 16702319. OLE color: 16702319.

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

Color convert

RGB 111 219 254 -
CMYK 0.56 0.14 0 0.00
HSL 194.69º 0.99% 0.72% -
HSV(B) 194.69º 0.56% 1% -
XYZ 49.78 61.2 102.95 -
YUV 190.7 163.72 71.15 -
System Red Green Blue C M Y K H S L
Decimal 111 219 254 0.56 0.14 0 0.00 194.69 0.99 0.72
Hex 6F DB FE 38 E 0 0 C3 63 48
Octal 157 333 376 70 16 0 0 303 143 110
Binary 1101111 11011011 11111110 111000 1110 0 0 11000011 1100011 1001000

Color Harmonies of #6FDBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FDBFE

Black with #6FDBFE

Text Example


Text Example

White with #6FDBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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