Html Css Color HEX #6ECFEC Turquoise Blue

📋 copy color: '#6ECFEC'

red 110 ◦ green 207 ◦ blue 236

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

Shades of Turquoise Blue #6ECFEC

Tints of Turquoise Blue #6ECFEC

RGB

 RED value IS 110 (43.36% from 255) = 19.89%

 GREEN value IS 207 (81.25% from 255) = 37.43%

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

R = 19.89%
G = 37.43%
B = 42.68%

CMYK

 C value IS 0.53

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6ECFEC (or 0x6ECFEC) is known color: Turquoise Blue. HEX triplet: 6E, CF and EC. RGB value is (110,207,236). Sum of RGB (Red+Green+Blue) = 110+207+236=553 (73% of max value = 765). Red value is 110 (43.36% from 255 or 19.89% from 553); Green value is 207 (81.25% from 255 or 37.43% from 553); Blue value is 236 (92.58% from 255 or 42.68% from 553); Max value from RGB is 236 - color contains mainly: blue. Hex color #6ECFEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ECFEC is #913013. Grayscale: #B5B5B5. Windows color (decimal): -9515028 or 15519598. OLE color: 15519598.

HSL color Cylindrical-coordinate representation of color #6ECFEC: hue angle of 193.81º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6ECFEC is Cyan = 0.53, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 110 207 236 -
CMYK 0.53 0.12 0 0.07
HSL 193.81º 0.77% 0.68% -
HSV(B) 193.81º 0.53% 0.93% -
XYZ 43.88 54 87.47 -
YUV 181.3 158.86 77.14 -
System Red Green Blue C M Y K H S L
Decimal 110 207 236 0.53 0.12 0 0.07 193.81 0.77 0.68
Hex 6E CF EC 35 C 0 7 C2 4D 44
Octal 156 317 354 65 14 0 7 302 115 104
Binary 1101110 11001111 11101100 110101 1100 0 111 11000010 1001101 1000100

Color Harmonies of #6ECFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ECFEC

Black with #6ECFEC

Text Example


Text Example

White with #6ECFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,207,236); }

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

background-color css

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

 a { background-color: rgb(110,207,236); }

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

border-color css

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

 span { border-color: rgb(110,207,236); }

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