Html Css Color HEX #6FD4DF Turquoise Blue

📋 copy color: '#6FD4DF'

red 111 ◦ green 212 ◦ blue 223

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

Shades of Turquoise Blue #6FD4DF

Tints of Turquoise Blue #6FD4DF

RGB

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

 GREEN value IS 212 (83.2% from 255) = 38.83%

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

R = 20.33%
G = 38.83%
B = 40.84%

CMYK

 C value IS 0.50

 M value IS 0.05

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6FD4DF (or 0x6FD4DF) is known color: Turquoise Blue. HEX triplet: 6F, D4 and DF. RGB value is (111,212,223). Sum of RGB (Red+Green+Blue) = 111+212+223=546 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.33% from 546); Green value is 212 (83.20% from 255 or 38.83% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 223 - color contains mainly: blue. Hex color #6FD4DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD4DF is #902B20. Grayscale: #B6B6B6. Windows color (decimal): -9448225 or 14668911. OLE color: 14668911.

HSL color Cylindrical-coordinate representation of color #6FD4DF: hue angle of 185.89º 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 #6FD4DF is Cyan = 0.50, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 111 212 223 -
CMYK 0.50 0.05 0 0.13
HSL 185.89º 0.64% 0.65% -
HSV(B) 185.89º 0.5% 0.87% -
XYZ 43.42 55.79 78.29 -
YUV 183.06 150.54 76.61 -
System Red Green Blue C M Y K H S L
Decimal 111 212 223 0.50 0.05 0 0.13 185.89 0.64 0.65
Hex 6F D4 DF 32 5 0 D BA 40 41
Octal 157 324 337 62 5 0 15 272 100 101
Binary 1101111 11010100 11011111 110010 101 0 1101 10111010 1000000 1000001

Color Harmonies of #6FD4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FD4DF

Black with #6FD4DF

Text Example


Text Example

White with #6FD4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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