Html Css Color HEX #6FD9DF Turquoise Blue

📋 copy color: '#6FD9DF'

red 111 ◦ green 217 ◦ blue 223

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

Shades of Turquoise Blue #6FD9DF

Tints of Turquoise Blue #6FD9DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.47%

R = 20.15%
G = 39.38%
B = 40.47%

CMYK

 C value IS 0.50

 M value IS 0.03

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6FD9DF (or 0x6FD9DF) is known color: Turquoise Blue. HEX triplet: 6F, D9 and DF. RGB value is (111,217,223). Sum of RGB (Red+Green+Blue) = 111+217+223=551 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.15% from 551); Green value is 217 (85.16% from 255 or 39.38% from 551); Blue value is 223 (87.5% from 255 or 40.47% from 551); Max value from RGB is 223 - color contains mainly: blue. Hex color #6FD9DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD9DF is #902620. Grayscale: #B9B9B9. Windows color (decimal): -9446945 or 14670191. OLE color: 14670191.

HSL color Cylindrical-coordinate representation of color #6FD9DF: hue angle of 183.21º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FD9DF is Cyan = 0.50, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 111 217 223 -
CMYK 0.50 0.03 0 0.13
HSL 183.21º 0.64% 0.65% -
HSV(B) 183.21º 0.5% 0.87% -
XYZ 44.69 58.33 78.72 -
YUV 185.99 148.88 74.51 -
System Red Green Blue C M Y K H S L
Decimal 111 217 223 0.50 0.03 0 0.13 183.21 0.64 0.65
Hex 6F D9 DF 32 3 0 D B7 40 41
Octal 157 331 337 62 3 0 15 267 100 101
Binary 1101111 11011001 11011111 110010 11 0 1101 10110111 1000000 1000001

Color Harmonies of #6FD9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FD9DF

Black with #6FD9DF

Text Example


Text Example

White with #6FD9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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