Html Css Color HEX #6DDDEF Turquoise Blue

📋 copy color: '#6DDDEF'

red 109 ◦ green 221 ◦ blue 239

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

Shades of Turquoise Blue #6DDDEF

Tints of Turquoise Blue #6DDDEF

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.84%

 BLUE value IS 239 (93.75% from 255) = 42%

R = 19.16%
G = 38.84%
B = 42%

CMYK

 C value IS 0.54

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6DDDEF (or 0x6DDDEF) is known color: Turquoise Blue. HEX triplet: 6D, DD and EF. RGB value is (109,221,239). Sum of RGB (Red+Green+Blue) = 109+221+239=569 (75% of max value = 765). Red value is 109 (42.97% from 255 or 19.16% from 569); Green value is 221 (86.72% from 255 or 38.84% from 569); Blue value is 239 (93.75% from 255 or 42.00% from 569); Max value from RGB is 239 - color contains mainly: blue. Hex color #6DDDEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DDDEF is #922210. Grayscale: #BDBDBD. Windows color (decimal): -9576977 or 15719789. OLE color: 15719789.

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

Color convert

RGB 109 221 239 -
CMYK 0.54 0.08 0 0.06
HSL 188.31º 0.8% 0.68% -
HSV(B) 188.31º 0.54% 0.94% -
XYZ 47.74 61.2 90.96 -
YUV 189.56 155.89 70.54 -
System Red Green Blue C M Y K H S L
Decimal 109 221 239 0.54 0.08 0 0.06 188.31 0.8 0.68
Hex 6D DD EF 36 8 0 6 BC 50 44
Octal 155 335 357 66 10 0 6 274 120 104
Binary 1101101 11011101 11101111 110110 1000 0 110 10111100 1010000 1000100

Color Harmonies of #6DDDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DDDEF

Black with #6DDDEF

Text Example


Text Example

White with #6DDDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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