Html Css Color HEX #6ECFDA Turquoise Blue

📋 copy color: '#6ECFDA'

red 110 ◦ green 207 ◦ blue 218

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

Shades of Turquoise Blue #6ECFDA

Tints of Turquoise Blue #6ECFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.75%

R = 20.56%
G = 38.69%
B = 40.75%

CMYK

 C value IS 0.50

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6ECFDA (or 0x6ECFDA) is known color: Turquoise Blue. HEX triplet: 6E, CF and DA. RGB value is (110,207,218). Sum of RGB (Red+Green+Blue) = 110+207+218=535 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.56% from 535); Green value is 207 (81.25% from 255 or 38.69% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 218 - color contains mainly: blue. Hex color #6ECFDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECFDA is #913025. Grayscale: #B3B3B3. Windows color (decimal): -9515046 or 14339950. OLE color: 14339950.

HSL color Cylindrical-coordinate representation of color #6ECFDA: hue angle of 186.11º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6ECFDA is Cyan = 0.50, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 110 207 218 -
CMYK 0.50 0.05 0 0.15
HSL 186.11º 0.59% 0.64% -
HSV(B) 186.11º 0.5% 0.85% -
XYZ 41.4 53 74.38 -
YUV 179.25 149.86 78.61 -
System Red Green Blue C M Y K H S L
Decimal 110 207 218 0.50 0.05 0 0.15 186.11 0.59 0.64
Hex 6E CF DA 32 5 0 F BA 3B 40
Octal 156 317 332 62 5 0 17 272 73 100
Binary 1101110 11001111 11011010 110010 101 0 1111 10111010 111011 1000000

Color Harmonies of #6ECFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ECFDA

Black with #6ECFDA

Text Example


Text Example

White with #6ECFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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