Html Css Color HEX #6DDFDB Turquoise Blue

📋 copy color: '#6DDFDB'

red 109 ◦ green 223 ◦ blue 219

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

Shades of Turquoise Blue #6DDFDB

Tints of Turquoise Blue #6DDFDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.75%

R = 19.78%
G = 40.47%
B = 39.75%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#6DDFDB (or 0x6DDFDB) is known color: Turquoise Blue. HEX triplet: 6D, DF and DB. RGB value is (109,223,219). Sum of RGB (Red+Green+Blue) = 109+223+219=551 (72% of max value = 765). Red value is 109 (42.97% from 255 or 19.78% from 551); Green value is 223 (87.5% from 255 or 40.47% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 223 - color contains mainly: green. Hex color #6DDFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDFDB is #922024. Grayscale: #BCBCBC. Windows color (decimal): -9576485 or 14409581. OLE color: 14409581.

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

Color convert

RGB 109 223 219 -
CMYK 0.51 0 0.02 0.13
HSL 177.89º 0.64% 0.65% -
HSV(B) 177.89º 0.51% 0.87% -
XYZ 45.48 61.14 76.42 -
YUV 188.46 145.23 71.33 -
System Red Green Blue C M Y K H S L
Decimal 109 223 219 0.51 0 0.02 0.13 177.89 0.64 0.65
Hex 6D DF DB 33 0 2 D B2 40 41
Octal 155 337 333 63 0 2 15 262 100 101
Binary 1101101 11011111 11011011 110011 0 10 1101 10110010 1000000 1000001

Color Harmonies of #6DDFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DDFDB

Black with #6DDFDB

Text Example


Text Example

White with #6DDFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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