Html Css Color HEX #6ACEED Turquoise Blue

📋 copy color: '#6ACEED'

red 106 ◦ green 206 ◦ blue 237

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

Shades of Turquoise Blue #6ACEED

Tints of Turquoise Blue #6ACEED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.17%

R = 19.31%
G = 37.52%
B = 43.17%

CMYK

 C value IS 0.55

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6ACEED (or 0x6ACEED) is known color: Turquoise Blue. HEX triplet: 6A, CE and ED. RGB value is (106,206,237). Sum of RGB (Red+Green+Blue) = 106+206+237=549 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.31% from 549); Green value is 206 (80.86% from 255 or 37.52% from 549); Blue value is 237 (92.97% from 255 or 43.17% from 549); Max value from RGB is 237 - color contains mainly: blue. Hex color #6ACEED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ACEED is #953112. Grayscale: #B3B3B3. Windows color (decimal): -9777427 or 15584874. OLE color: 15584874.

HSL color Cylindrical-coordinate representation of color #6ACEED: hue angle of 194.2º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6ACEED is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 106 206 237 -
CMYK 0.55 0.13 0 0.07
HSL 194.2º 0.78% 0.67% -
HSV(B) 194.2º 0.55% 0.93% -
XYZ 43.3 53.32 88.13 -
YUV 179.63 160.37 75.48 -
System Red Green Blue C M Y K H S L
Decimal 106 206 237 0.55 0.13 0 0.07 194.2 0.78 0.67
Hex 6A CE ED 37 D 0 7 C2 4E 43
Octal 152 316 355 67 15 0 7 302 116 103
Binary 1101010 11001110 11101101 110111 1101 0 111 11000010 1001110 1000011

Color Harmonies of #6ACEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACEED

Black with #6ACEED

Text Example


Text Example

White with #6ACEED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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