Html Css Color HEX #6DCDED Turquoise Blue

📋 copy color: '#6DCDED'

red 109 ◦ green 205 ◦ blue 237

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

Shades of Turquoise Blue #6DCDED

Tints of Turquoise Blue #6DCDED

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.21%

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

R = 19.78%
G = 37.21%
B = 43.01%

CMYK

 C value IS 0.54

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6DCDED (or 0x6DCDED) is known color: Turquoise Blue. HEX triplet: 6D, CD and ED. RGB value is (109,205,237). Sum of RGB (Red+Green+Blue) = 109+205+237=551 (72% of max value = 765). Red value is 109 (42.97% from 255 or 19.78% from 551); Green value is 205 (80.47% from 255 or 37.21% from 551); Blue value is 237 (92.97% from 255 or 43.01% from 551); Max value from RGB is 237 - color contains mainly: blue. Hex color #6DCDED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DCDED is #923212. Grayscale: #B3B3B3. Windows color (decimal): -9581075 or 15584621. OLE color: 15584621.

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

Color convert

RGB 109 205 237 -
CMYK 0.54 0.14 0 0.07
HSL 195º 0.78% 0.68% -
HSV(B) 195º 0.54% 0.93% -
XYZ 43.42 53.03 88.07 -
YUV 179.94 160.2 77.4 -
System Red Green Blue C M Y K H S L
Decimal 109 205 237 0.54 0.14 0 0.07 195 0.78 0.68
Hex 6D CD ED 36 E 0 7 C3 4E 44
Octal 155 315 355 66 16 0 7 303 116 104
Binary 1101101 11001101 11101101 110110 1110 0 111 11000011 1001110 1000100

Color Harmonies of #6DCDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCDED

Black with #6DCDED

Text Example


Text Example

White with #6DCDED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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