Html Css Color HEX #6DDBE5 Turquoise Blue

📋 copy color: '#6DDBE5'

red 109 ◦ green 219 ◦ blue 229

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

Shades of Turquoise Blue #6DDBE5

Tints of Turquoise Blue #6DDBE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 41.11%

R = 19.57%
G = 39.32%
B = 41.11%

CMYK

 C value IS 0.52

 M value IS 0.04

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#6DDBE5 (or 0x6DDBE5) is known color: Turquoise Blue. HEX triplet: 6D, DB and E5. RGB value is (109,219,229). Sum of RGB (Red+Green+Blue) = 109+219+229=557 (73% of max value = 765). Red value is 109 (42.97% from 255 or 19.57% from 557); Green value is 219 (85.94% from 255 or 39.32% from 557); Blue value is 229 (89.84% from 255 or 41.11% from 557); Max value from RGB is 229 - color contains mainly: blue. Hex color #6DDBE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDBE5 is #92241A. Grayscale: #BBBBBB. Windows color (decimal): -9577499 or 15063917. OLE color: 15063917.

HSL color Cylindrical-coordinate representation of color #6DDBE5: hue angle of 185º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6DDBE5 is Cyan = 0.52, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 109 219 229 -
CMYK 0.52 0.04 0 0.10
HSL 185º 0.7% 0.66% -
HSV(B) 185º 0.52% 0.9% -
XYZ 45.78 59.57 83.21 -
YUV 187.25 151.56 72.19 -
System Red Green Blue C M Y K H S L
Decimal 109 219 229 0.52 0.04 0 0.10 185 0.7 0.66
Hex 6D DB E5 34 4 0 A B9 46 42
Octal 155 333 345 64 4 0 12 271 106 102
Binary 1101101 11011011 11100101 110100 100 0 1010 10111001 1000110 1000010

Color Harmonies of #6DDBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DDBE5

Black with #6DDBE5

Text Example


Text Example

White with #6DDBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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