Html Css Color HEX #6DCAEC Turquoise Blue

📋 copy color: '#6DCAEC'

red 109 ◦ green 202 ◦ blue 236

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

Shades of Turquoise Blue #6DCAEC

Tints of Turquoise Blue #6DCAEC

RGB

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

 GREEN value IS 202 (79.3% from 255) = 36.93%

 BLUE value IS 236 (92.58% from 255) = 43.14%

R = 19.93%
G = 36.93%
B = 43.14%

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

#6DCAEC (or 0x6DCAEC) is known color: Turquoise Blue. HEX triplet: 6D, CA and EC. RGB value is (109,202,236). Sum of RGB (Red+Green+Blue) = 109+202+236=547 (72% of max value = 765). Red value is 109 (42.97% from 255 or 19.93% from 547); Green value is 202 (79.30% from 255 or 36.93% from 547); Blue value is 236 (92.58% from 255 or 43.14% from 547); Max value from RGB is 236 - color contains mainly: blue. Hex color #6DCAEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DCAEC is #923513. Grayscale: #B1B1B1. Windows color (decimal): -9581844 or 15518317. OLE color: 15518317.

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

Color convert

RGB 109 202 236 -
CMYK 0.54 0.14 0 0.07
HSL 196.06º 0.77% 0.68% -
HSV(B) 196.06º 0.54% 0.93% -
XYZ 42.57 51.55 87.06 -
YUV 178.07 160.69 78.74 -
System Red Green Blue C M Y K H S L
Decimal 109 202 236 0.54 0.14 0 0.07 196.06 0.77 0.68
Hex 6D CA EC 36 E 0 7 C4 4D 44
Octal 155 312 354 66 16 0 7 304 115 104
Binary 1101101 11001010 11101100 110110 1110 0 111 11000100 1001101 1000100

Color Harmonies of #6DCAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCAEC

Black with #6DCAEC

Text Example


Text Example

White with #6DCAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,202,236); }

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

background-color css

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

 a { background-color: rgb(109,202,236); }

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

border-color css

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

 span { border-color: rgb(109,202,236); }

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