Html Css Color HEX #6FDFF9 Turquoise Blue

📋 copy color: '#6FDFF9'

red 111 ◦ green 223 ◦ blue 249

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

Shades of Turquoise Blue #6FDFF9

Tints of Turquoise Blue #6FDFF9

RGB

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

 GREEN value IS 223 (87.5% from 255) = 38.25%

 BLUE value IS 249 (97.66% from 255) = 42.71%

R = 19.04%
G = 38.25%
B = 42.71%

CMYK

 C value IS 0.55

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6FDFF9 (or 0x6FDFF9) is known color: Turquoise Blue. HEX triplet: 6F, DF and F9. RGB value is (111,223,249). Sum of RGB (Red+Green+Blue) = 111+223+249=583 (77% of max value = 765). Red value is 111 (43.75% from 255 or 19.04% from 583); Green value is 223 (87.5% from 255 or 38.25% from 583); Blue value is 249 (97.66% from 255 or 42.71% from 583); Max value from RGB is 249 - color contains mainly: blue. Hex color #6FDFF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FDFF9 is #902006. Grayscale: #C0C0C0. Windows color (decimal): -9445383 or 16375663. OLE color: 16375663.

HSL color Cylindrical-coordinate representation of color #6FDFF9: hue angle of 191.3º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6FDFF9 is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 111 223 249 -
CMYK 0.55 0.10 0 0.02
HSL 191.3º 0.92% 0.71% -
HSV(B) 191.3º 0.55% 0.98% -
XYZ 50.04 62.99 99.14 -
YUV 192.48 159.89 69.89 -
System Red Green Blue C M Y K H S L
Decimal 111 223 249 0.55 0.10 0 0.02 191.3 0.92 0.71
Hex 6F DF F9 37 A 0 2 BF 5C 47
Octal 157 337 371 67 12 0 2 277 134 107
Binary 1101111 11011111 11111001 110111 1010 0 10 10111111 1011100 1000111

Color Harmonies of #6FDFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FDFF9

Black with #6FDFF9

Text Example


Text Example

White with #6FDFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,223,249); }

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

background-color css

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

 a { background-color: rgb(111,223,249); }

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

border-color css

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

 span { border-color: rgb(111,223,249); }

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