Html Css Color HEX #6DF0DF Turquoise Blue

📋 copy color: '#6DF0DF'

red 109 ◦ green 240 ◦ blue 223

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

Shades of Turquoise Blue #6DF0DF

Tints of Turquoise Blue #6DF0DF

RGB

 RED value IS 109 (42.97% from 255) = 19.06%

 GREEN value IS 240 (94.14% from 255) = 41.96%

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

R = 19.06%
G = 41.96%
B = 38.99%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#6DF0DF (or 0x6DF0DF) is known color: Turquoise Blue. HEX triplet: 6D, F0 and DF. RGB value is (109,240,223). Sum of RGB (Red+Green+Blue) = 109+240+223=572 (75% of max value = 765). Red value is 109 (42.97% from 255 or 19.06% from 572); Green value is 240 (94.14% from 255 or 41.96% from 572); Blue value is 223 (87.5% from 255 or 38.99% from 572); Max value from RGB is 240 - color contains mainly: green. Hex color #6DF0DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DF0DF is #920F20. Grayscale: #C6C6C6. Windows color (decimal): -9572129 or 14676077. OLE color: 14676077.

HSL color Cylindrical-coordinate representation of color #6DF0DF: hue angle of 172.21º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6DF0DF is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 109 240 223 -
CMYK 0.55 0 0.07 0.06
HSL 172.21º 0.81% 0.68% -
HSV(B) 172.21º 0.55% 0.94% -
XYZ 50.79 70.9 80.82 -
YUV 198.89 141.6 63.88 -
System Red Green Blue C M Y K H S L
Decimal 109 240 223 0.55 0 0.07 0.06 172.21 0.81 0.68
Hex 6D F0 DF 37 0 7 6 AC 51 44
Octal 155 360 337 67 0 7 6 254 121 104
Binary 1101101 11110000 11011111 110111 0 111 110 10101100 1010001 1000100

Color Harmonies of #6DF0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DF0DF

Black with #6DF0DF

Text Example


Text Example

White with #6DF0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,240,223); }

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

background-color css

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

 a { background-color: rgb(109,240,223); }

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

border-color css

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

 span { border-color: rgb(109,240,223); }

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