Html Css Color HEX #6FDFDA Turquoise Blue

📋 copy color: '#6FDFDA'

red 111 ◦ green 223 ◦ blue 218

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

Shades of Turquoise Blue #6FDFDA

Tints of Turquoise Blue #6FDFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.49%

R = 20.11%
G = 40.4%
B = 39.49%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#6FDFDA (or 0x6FDFDA) is known color: Turquoise Blue. HEX triplet: 6F, DF and DA. RGB value is (111,223,218). Sum of RGB (Red+Green+Blue) = 111+223+218=552 (73% of max value = 765). Red value is 111 (43.75% from 255 or 20.11% from 552); Green value is 223 (87.5% from 255 or 40.40% from 552); Blue value is 218 (85.55% from 255 or 39.49% from 552); Max value from RGB is 223 - color contains mainly: green. Hex color #6FDFDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDFDA is #902025. Grayscale: #BCBCBC. Windows color (decimal): -9445414 or 14344047. OLE color: 14344047.

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

Color convert

RGB 111 223 218 -
CMYK 0.50 0 0.02 0.13
HSL 177.32º 0.64% 0.65% -
HSV(B) 177.32º 0.5% 0.87% -
XYZ 45.6 61.22 75.74 -
YUV 188.94 144.39 72.41 -
System Red Green Blue C M Y K H S L
Decimal 111 223 218 0.50 0 0.02 0.13 177.32 0.64 0.65
Hex 6F DF DA 32 0 2 D B1 40 41
Octal 157 337 332 62 0 2 15 261 100 101
Binary 1101111 11011111 11011010 110010 0 10 1101 10110001 1000000 1000001

Color Harmonies of #6FDFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FDFDA

Black with #6FDFDA

Text Example


Text Example

White with #6FDFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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