Html Css Color HEX #6DDFDE Turquoise Blue

📋 copy color: '#6DDFDE'

red 109 ◦ green 223 ◦ blue 222

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

Shades of Turquoise Blue #6DDFDE

Tints of Turquoise Blue #6DDFDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.07%

R = 19.68%
G = 40.25%
B = 40.07%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#6DDFDE (or 0x6DDFDE) is known color: Turquoise Blue. HEX triplet: 6D, DF and DE. RGB value is (109,223,222). Sum of RGB (Red+Green+Blue) = 109+223+222=554 (73% of max value = 765). Red value is 109 (42.97% from 255 or 19.68% from 554); Green value is 223 (87.5% from 255 or 40.25% from 554); Blue value is 222 (87.11% from 255 or 40.07% from 554); Max value from RGB is 223 - color contains mainly: green. Hex color #6DDFDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDFDE is #922021. Grayscale: #BCBCBC. Windows color (decimal): -9576482 or 14606189. OLE color: 14606189.

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

Color convert

RGB 109 223 222 -
CMYK 0.51 0 0.00 0.13
HSL 179.47º 0.64% 0.65% -
HSV(B) 179.47º 0.51% 0.87% -
XYZ 45.88 61.3 78.52 -
YUV 188.8 146.73 71.08 -
System Red Green Blue C M Y K H S L
Decimal 109 223 222 0.51 0 0.00 0.13 179.47 0.64 0.65
Hex 6D DF DE 33 0 0 D B3 40 41
Octal 155 337 336 63 0 0 15 263 100 101
Binary 1101101 11011111 11011110 110011 0 0 1101 10110011 1000000 1000001

Color Harmonies of #6DDFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DDFDE

Black with #6DDFDE

Text Example


Text Example

White with #6DDFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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