Html Css Color HEX #6FD9FE Turquoise Blue

📋 copy color: '#6FD9FE'

red 111 ◦ green 217 ◦ blue 254

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

Shades of Turquoise Blue #6FD9FE

Tints of Turquoise Blue #6FD9FE

RGB

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

 GREEN value IS 217 (85.16% from 255) = 37.29%

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

R = 19.07%
G = 37.29%
B = 43.64%

CMYK

 C value IS 0.56

 M value IS 0.15

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6FD9FE (or 0x6FD9FE) is known color: Turquoise Blue. HEX triplet: 6F, D9 and FE. RGB value is (111,217,254). Sum of RGB (Red+Green+Blue) = 111+217+254=582 (77% of max value = 765). Red value is 111 (43.75% from 255 or 19.07% from 582); Green value is 217 (85.16% from 255 or 37.29% from 582); Blue value is 254 (99.61% from 255 or 43.64% from 582); Max value from RGB is 254 - color contains mainly: blue. Hex color #6FD9FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FD9FE is #902601. Grayscale: #BDBDBD. Windows color (decimal): -9446914 or 16701807. OLE color: 16701807.

HSL color Cylindrical-coordinate representation of color #6FD9FE: hue angle of 195.52º 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 #6FD9FE is Cyan = 0.56, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 111 217 254 -
CMYK 0.56 0.15 0 0.00
HSL 195.52º 0.99% 0.72% -
HSV(B) 195.52º 0.56% 1% -
XYZ 49.26 60.16 102.78 -
YUV 189.52 164.38 71.99 -
System Red Green Blue C M Y K H S L
Decimal 111 217 254 0.56 0.15 0 0.00 195.52 0.99 0.72
Hex 6F D9 FE 38 F 0 0 C4 63 48
Octal 157 331 376 70 17 0 0 304 143 110
Binary 1101111 11011001 11111110 111000 1111 0 0 11000100 1100011 1001000

Color Harmonies of #6FD9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FD9FE

Black with #6FD9FE

Text Example


Text Example

White with #6FD9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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