Html Css Color HEX #6DCDEB Turquoise Blue

📋 copy color: '#6DCDEB'

red 109 ◦ green 205 ◦ blue 235

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

Shades of Turquoise Blue #6DCDEB

Tints of Turquoise Blue #6DCDEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 42.81%

R = 19.85%
G = 37.34%
B = 42.81%

CMYK

 C value IS 0.54

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6DCDEB (or 0x6DCDEB) is known color: Turquoise Blue. HEX triplet: 6D, CD and EB. RGB value is (109,205,235). Sum of RGB (Red+Green+Blue) = 109+205+235=549 (72% of max value = 765). Red value is 109 (42.97% from 255 or 19.85% from 549); Green value is 205 (80.47% from 255 or 37.34% from 549); Blue value is 235 (92.19% from 255 or 42.81% from 549); Max value from RGB is 235 - color contains mainly: blue. Hex color #6DCDEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DCDEB is #923214. Grayscale: #B3B3B3. Windows color (decimal): -9581077 or 15453549. OLE color: 15453549.

HSL color Cylindrical-coordinate representation of color #6DCDEB: hue angle of 194.29º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DCDEB is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 109 205 235 -
CMYK 0.54 0.13 0 0.08
HSL 194.29º 0.76% 0.67% -
HSV(B) 194.29º 0.54% 0.92% -
XYZ 43.13 52.91 86.54 -
YUV 179.72 159.2 77.56 -
System Red Green Blue C M Y K H S L
Decimal 109 205 235 0.54 0.13 0 0.08 194.29 0.76 0.67
Hex 6D CD EB 36 D 0 8 C2 4C 43
Octal 155 315 353 66 15 0 10 302 114 103
Binary 1101101 11001101 11101011 110110 1101 0 1000 11000010 1001100 1000011

Color Harmonies of #6DCDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCDEB

Black with #6DCDEB

Text Example


Text Example

White with #6DCDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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