Html Css Color HEX #6DDAED Turquoise Blue

📋 copy color: '#6DDAED'

red 109 ◦ green 218 ◦ blue 237

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

Shades of Turquoise Blue #6DDAED

Tints of Turquoise Blue #6DDAED

RGB

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

 GREEN value IS 218 (85.55% from 255) = 38.65%

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

R = 19.33%
G = 38.65%
B = 42.02%

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

#6DDAED (or 0x6DDAED) is known color: Turquoise Blue. HEX triplet: 6D, DA and ED. RGB value is (109,218,237). Sum of RGB (Red+Green+Blue) = 109+218+237=564 (74% of max value = 765). Red value is 109 (42.97% from 255 or 19.33% from 564); Green value is 218 (85.55% from 255 or 38.65% from 564); Blue value is 237 (92.97% from 255 or 42.02% from 564); Max value from RGB is 237 - color contains mainly: blue. Hex color #6DDAED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DDAED is #922512. Grayscale: #BBBBBB. Windows color (decimal): -9577747 or 15587949. OLE color: 15587949.

HSL color Cylindrical-coordinate representation of color #6DDAED: hue angle of 188.91º 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 #6DDAED is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 109 218 237 -
CMYK 0.54 0.08 0 0.07
HSL 188.91º 0.78% 0.68% -
HSV(B) 188.91º 0.54% 0.93% -
XYZ 46.66 59.51 89.15 -
YUV 187.58 155.89 71.96 -
System Red Green Blue C M Y K H S L
Decimal 109 218 237 0.54 0.08 0 0.07 188.91 0.78 0.68
Hex 6D DA ED 36 8 0 7 BD 4E 44
Octal 155 332 355 66 10 0 7 275 116 104
Binary 1101101 11011010 11101101 110110 1000 0 111 10111101 1001110 1000100

Color Harmonies of #6DDAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DDAED

Black with #6DDAED

Text Example


Text Example

White with #6DDAED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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