Html Css Color HEX #6ACEDF Turquoise Blue

📋 copy color: '#6ACEDF'

red 106 ◦ green 206 ◦ blue 223

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

Shades of Turquoise Blue #6ACEDF

Tints of Turquoise Blue #6ACEDF

RGB

 RED value IS 106 (41.8% from 255) = 19.81%

 GREEN value IS 206 (80.86% from 255) = 38.5%

 BLUE value IS 223 (87.5% from 255) = 41.68%

R = 19.81%
G = 38.5%
B = 41.68%

CMYK

 C value IS 0.52

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6ACEDF (or 0x6ACEDF) is known color: Turquoise Blue. HEX triplet: 6A, CE and DF. RGB value is (106,206,223). Sum of RGB (Red+Green+Blue) = 106+206+223=535 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.81% from 535); Green value is 206 (80.86% from 255 or 38.50% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 223 - color contains mainly: blue. Hex color #6ACEDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ACEDF is #953120. Grayscale: #B1B1B1. Windows color (decimal): -9777441 or 14667370. OLE color: 14667370.

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

Color convert

RGB 106 206 223 -
CMYK 0.52 0.08 0 0.13
HSL 188.72º 0.65% 0.65% -
HSV(B) 188.72º 0.52% 0.87% -
XYZ 41.33 52.53 77.77 -
YUV 178.04 153.37 76.62 -
System Red Green Blue C M Y K H S L
Decimal 106 206 223 0.52 0.08 0 0.13 188.72 0.65 0.65
Hex 6A CE DF 34 8 0 D BD 41 41
Octal 152 316 337 64 10 0 15 275 101 101
Binary 1101010 11001110 11011111 110100 1000 0 1101 10111101 1000001 1000001

Color Harmonies of #6ACEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACEDF

Black with #6ACEDF

Text Example


Text Example

White with #6ACEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,206,223); }

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

background-color css

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

 a { background-color: rgb(106,206,223); }

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

border-color css

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

 span { border-color: rgb(106,206,223); }

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