Html Css Color HEX #6DDBEA Turquoise Blue

📋 copy color: '#6DDBEA'

red 109 ◦ green 219 ◦ blue 234

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

Shades of Turquoise Blue #6DDBEA

Tints of Turquoise Blue #6DDBEA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.97%

 BLUE value IS 234 (91.8% from 255) = 41.64%

R = 19.4%
G = 38.97%
B = 41.64%

CMYK

 C value IS 0.53

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6DDBEA (or 0x6DDBEA) is known color: Turquoise Blue. HEX triplet: 6D, DB and EA. RGB value is (109,219,234). Sum of RGB (Red+Green+Blue) = 109+219+234=562 (74% of max value = 765). Red value is 109 (42.97% from 255 or 19.40% from 562); Green value is 219 (85.94% from 255 or 38.97% from 562); Blue value is 234 (91.80% from 255 or 41.64% from 562); Max value from RGB is 234 - color contains mainly: blue. Hex color #6DDBEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DDBEA is #922415. Grayscale: #BBBBBB. Windows color (decimal): -9577494 or 15391597. OLE color: 15391597.

HSL color Cylindrical-coordinate representation of color #6DDBEA: hue angle of 187.2º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6DDBEA is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 109 219 234 -
CMYK 0.53 0.06 0 0.08
HSL 187.2º 0.75% 0.67% -
HSV(B) 187.2º 0.53% 0.92% -
XYZ 46.49 59.85 86.94 -
YUV 187.82 154.06 71.78 -
System Red Green Blue C M Y K H S L
Decimal 109 219 234 0.53 0.06 0 0.08 187.2 0.75 0.67
Hex 6D DB EA 35 6 0 8 BB 4B 43
Octal 155 333 352 65 6 0 10 273 113 103
Binary 1101101 11011011 11101010 110101 110 0 1000 10111011 1001011 1000011

Color Harmonies of #6DDBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DDBEA

Black with #6DDBEA

Text Example


Text Example

White with #6DDBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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