Html Css Color HEX #6DCCE1 Turquoise Blue

📋 copy color: '#6DCCE1'

red 109 ◦ green 204 ◦ blue 225

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

Shades of Turquoise Blue #6DCCE1

Tints of Turquoise Blue #6DCCE1

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.92%

 BLUE value IS 225 (88.28% from 255) = 41.82%

R = 20.26%
G = 37.92%
B = 41.82%

CMYK

 C value IS 0.52

 M value IS 0.09

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#6DCCE1 (or 0x6DCCE1) is known color: Turquoise Blue. HEX triplet: 6D, CC and E1. RGB value is (109,204,225). Sum of RGB (Red+Green+Blue) = 109+204+225=538 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.26% from 538); Green value is 204 (80.08% from 255 or 37.92% from 538); Blue value is 225 (88.28% from 255 or 41.82% from 538); Max value from RGB is 225 - color contains mainly: blue. Hex color #6DCCE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCCE1 is #92331E. Grayscale: #B1B1B1. Windows color (decimal): -9581343 or 14797933. OLE color: 14797933.

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

Color convert

RGB 109 204 225 -
CMYK 0.52 0.09 0 0.12
HSL 190.86º 0.66% 0.65% -
HSV(B) 190.86º 0.52% 0.88% -
XYZ 41.49 51.87 79.06 -
YUV 177.99 154.53 78.79 -
System Red Green Blue C M Y K H S L
Decimal 109 204 225 0.52 0.09 0 0.12 190.86 0.66 0.65
Hex 6D CC E1 34 9 0 C BF 42 41
Octal 155 314 341 64 11 0 14 277 102 101
Binary 1101101 11001100 11100001 110100 1001 0 1100 10111111 1000010 1000001

Color Harmonies of #6DCCE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCCE1

Black with #6DCCE1

Text Example


Text Example

White with #6DCCE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,204,225); }

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

background-color css

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

 a { background-color: rgb(109,204,225); }

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

border-color css

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

 span { border-color: rgb(109,204,225); }

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