Html Css Color HEX #6DCDE0 Turquoise Blue

📋 copy color: '#6DCDE0'

red 109 ◦ green 205 ◦ blue 224

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

Shades of Turquoise Blue #6DCDE0

Tints of Turquoise Blue #6DCDE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.64%

R = 20.26%
G = 38.1%
B = 41.64%

CMYK

 C value IS 0.51

 M value IS 0.08

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#6DCDE0 (or 0x6DCDE0) is known color: Turquoise Blue. HEX triplet: 6D, CD and E0. RGB value is (109,205,224). Sum of RGB (Red+Green+Blue) = 109+205+224=538 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.26% from 538); Green value is 205 (80.47% from 255 or 38.10% from 538); Blue value is 224 (87.89% from 255 or 41.64% from 538); Max value from RGB is 224 - color contains mainly: blue. Hex color #6DCDE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCDE0 is #92321F. Grayscale: #B2B2B2. Windows color (decimal): -9581088 or 14732653. OLE color: 14732653.

HSL color Cylindrical-coordinate representation of color #6DCDE0: hue angle of 189.91º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6DCDE0 is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 109 205 224 -
CMYK 0.51 0.08 0 0.12
HSL 189.91º 0.65% 0.65% -
HSV(B) 189.91º 0.51% 0.88% -
XYZ 41.59 52.3 78.42 -
YUV 178.46 153.7 78.46 -
System Red Green Blue C M Y K H S L
Decimal 109 205 224 0.51 0.08 0 0.12 189.91 0.65 0.65
Hex 6D CD E0 33 8 0 C BE 41 41
Octal 155 315 340 63 10 0 14 276 101 101
Binary 1101101 11001101 11100000 110011 1000 0 1100 10111110 1000001 1000001

Color Harmonies of #6DCDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCDE0

Black with #6DCDE0

Text Example


Text Example

White with #6DCDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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