Html Css Color HEX #6DCDEF Turquoise Blue

📋 copy color: '#6DCDEF'

red 109 ◦ green 205 ◦ blue 239

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

Shades of Turquoise Blue #6DCDEF

Tints of Turquoise Blue #6DCDEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.22%

R = 19.71%
G = 37.07%
B = 43.22%

CMYK

 C value IS 0.54

 M value IS 0.14

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6DCDEF (or 0x6DCDEF) is known color: Turquoise Blue. HEX triplet: 6D, CD and EF. RGB value is (109,205,239). Sum of RGB (Red+Green+Blue) = 109+205+239=553 (73% of max value = 765). Red value is 109 (42.97% from 255 or 19.71% from 553); Green value is 205 (80.47% from 255 or 37.07% from 553); Blue value is 239 (93.75% from 255 or 43.22% from 553); Max value from RGB is 239 - color contains mainly: blue. Hex color #6DCDEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DCDEF is #923210. Grayscale: #B3B3B3. Windows color (decimal): -9581073 or 15715693. OLE color: 15715693.

HSL color Cylindrical-coordinate representation of color #6DCDEF: hue angle of 195.69º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DCDEF is Cyan = 0.54, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 109 205 239 -
CMYK 0.54 0.14 0 0.06
HSL 195.69º 0.8% 0.68% -
HSV(B) 195.69º 0.54% 0.94% -
XYZ 43.72 53.15 89.62 -
YUV 180.17 161.2 77.24 -
System Red Green Blue C M Y K H S L
Decimal 109 205 239 0.54 0.14 0 0.06 195.69 0.8 0.68
Hex 6D CD EF 36 E 0 6 C4 50 44
Octal 155 315 357 66 16 0 6 304 120 104
Binary 1101101 11001101 11101111 110110 1110 0 110 11000100 1010000 1000100

Color Harmonies of #6DCDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCDEF

Black with #6DCDEF

Text Example


Text Example

White with #6DCDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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