Html Css Color HEX #6DECED Turquoise Blue

📋 copy color: '#6DECED'

red 109 ◦ green 236 ◦ blue 237

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

Shades of Turquoise Blue #6DECED

Tints of Turquoise Blue #6DECED

RGB

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

 GREEN value IS 236 (92.58% from 255) = 40.55%

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

R = 18.73%
G = 40.55%
B = 40.72%

CMYK

 C value IS 0.54

 M value IS 0.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6DECED (or 0x6DECED) is known color: Turquoise Blue. HEX triplet: 6D, EC and ED. RGB value is (109,236,237). Sum of RGB (Red+Green+Blue) = 109+236+237=582 (77% of max value = 765). Red value is 109 (42.97% from 255 or 18.73% from 582); Green value is 236 (92.58% from 255 or 40.55% from 582); Blue value is 237 (92.97% from 255 or 40.72% from 582); Max value from RGB is 237 - color contains mainly: blue. Hex color #6DECED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DECED is #921312. Grayscale: #C6C6C6. Windows color (decimal): -9573139 or 15592557. OLE color: 15592557.

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

Color convert

RGB 109 236 237 -
CMYK 0.54 0.00 0 0.07
HSL 180.47º 0.78% 0.68% -
HSV(B) 180.47º 0.54% 0.93% -
XYZ 51.59 69.36 90.79 -
YUV 198.14 149.92 64.42 -
System Red Green Blue C M Y K H S L
Decimal 109 236 237 0.54 0.00 0 0.07 180.47 0.78 0.68
Hex 6D EC ED 36 0 0 7 B4 4E 44
Octal 155 354 355 66 0 0 7 264 116 104
Binary 1101101 11101100 11101101 110110 0 0 111 10110100 1001110 1000100

Color Harmonies of #6DECED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DECED

Black with #6DECED

Text Example


Text Example

White with #6DECED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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