Html Css Color HEX #6DDBED Turquoise Blue

📋 copy color: '#6DDBED'

red 109 ◦ green 219 ◦ blue 237

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

Shades of Turquoise Blue #6DDBED

Tints of Turquoise Blue #6DDBED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.95%

R = 19.29%
G = 38.76%
B = 41.95%

CMYK

 C value IS 0.54

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6DDBED (or 0x6DDBED) is known color: Turquoise Blue. HEX triplet: 6D, DB and ED. RGB value is (109,219,237). Sum of RGB (Red+Green+Blue) = 109+219+237=565 (74% of max value = 765). Red value is 109 (42.97% from 255 or 19.29% from 565); Green value is 219 (85.94% from 255 or 38.76% from 565); Blue value is 237 (92.97% from 255 or 41.95% from 565); Max value from RGB is 237 - color contains mainly: blue. Hex color #6DDBED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DDBED is #922412. Grayscale: #BBBBBB. Windows color (decimal): -9577491 or 15588205. OLE color: 15588205.

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

Color convert

RGB 109 219 237 -
CMYK 0.54 0.08 0 0.07
HSL 188.44º 0.78% 0.68% -
HSV(B) 188.44º 0.54% 0.93% -
XYZ 46.92 60.03 89.23 -
YUV 188.16 155.56 71.54 -
System Red Green Blue C M Y K H S L
Decimal 109 219 237 0.54 0.08 0 0.07 188.44 0.78 0.68
Hex 6D DB ED 36 8 0 7 BC 4E 44
Octal 155 333 355 66 10 0 7 274 116 104
Binary 1101101 11011011 11101101 110110 1000 0 111 10111100 1001110 1000100

Color Harmonies of #6DDBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DDBED

Black with #6DDBED

Text Example


Text Example

White with #6DDBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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