Html Css Color HEX #6DD4DD Turquoise Blue

📋 copy color: '#6DD4DD'

red 109 ◦ green 212 ◦ blue 221

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

Shades of Turquoise Blue #6DD4DD

Tints of Turquoise Blue #6DD4DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.77%

R = 20.11%
G = 39.11%
B = 40.77%

CMYK

 C value IS 0.51

 M value IS 0.04

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6DD4DD (or 0x6DD4DD) is known color: Turquoise Blue. HEX triplet: 6D, D4 and DD. RGB value is (109,212,221). Sum of RGB (Red+Green+Blue) = 109+212+221=542 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.11% from 542); Green value is 212 (83.20% from 255 or 39.11% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 221 - color contains mainly: blue. Hex color #6DD4DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DD4DD is #922B22. Grayscale: #B6B6B6. Windows color (decimal): -9579299 or 14537837. OLE color: 14537837.

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

Color convert

RGB 109 212 221 -
CMYK 0.51 0.04 0 0.13
HSL 184.82º 0.62% 0.65% -
HSV(B) 184.82º 0.51% 0.87% -
XYZ 42.9 55.56 76.87 -
YUV 182.23 149.88 75.77 -
System Red Green Blue C M Y K H S L
Decimal 109 212 221 0.51 0.04 0 0.13 184.82 0.62 0.65
Hex 6D D4 DD 33 4 0 D B9 3E 41
Octal 155 324 335 63 4 0 15 271 76 101
Binary 1101101 11010100 11011101 110011 100 0 1101 10111001 111110 1000001

Color Harmonies of #6DD4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DD4DD

Black with #6DD4DD

Text Example


Text Example

White with #6DD4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,212,221); }

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

background-color css

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

 a { background-color: rgb(109,212,221); }

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

border-color css

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

 span { border-color: rgb(109,212,221); }

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