Html Css Color HEX #6ACEEF Turquoise Blue

📋 copy color: '#6ACEEF'

red 106 ◦ green 206 ◦ blue 239

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

Shades of Turquoise Blue #6ACEEF

Tints of Turquoise Blue #6ACEEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.38%

R = 19.24%
G = 37.39%
B = 43.38%

CMYK

 C value IS 0.56

 M value IS 0.14

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6ACEEF (or 0x6ACEEF) is known color: Turquoise Blue. HEX triplet: 6A, CE and EF. RGB value is (106,206,239). Sum of RGB (Red+Green+Blue) = 106+206+239=551 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.24% from 551); Green value is 206 (80.86% from 255 or 37.39% from 551); Blue value is 239 (93.75% from 255 or 43.38% from 551); Max value from RGB is 239 - color contains mainly: blue. Hex color #6ACEEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ACEEF is #953110. Grayscale: #B3B3B3. Windows color (decimal): -9777425 or 15715946. OLE color: 15715946.

HSL color Cylindrical-coordinate representation of color #6ACEEF: hue angle of 194.89º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6ACEEF is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 106 206 239 -
CMYK 0.56 0.14 0 0.06
HSL 194.89º 0.81% 0.68% -
HSV(B) 194.89º 0.56% 0.94% -
XYZ 43.6 53.44 89.68 -
YUV 179.86 161.37 75.32 -
System Red Green Blue C M Y K H S L
Decimal 106 206 239 0.56 0.14 0 0.06 194.89 0.81 0.68
Hex 6A CE EF 38 E 0 6 C3 51 44
Octal 152 316 357 70 16 0 6 303 121 104
Binary 1101010 11001110 11101111 111000 1110 0 110 11000011 1010001 1000100

Color Harmonies of #6ACEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACEEF

Black with #6ACEEF

Text Example


Text Example

White with #6ACEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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