Html Css Color HEX #6ACBEC Turquoise Blue

📋 copy color: '#6ACBEC'

red 106 ◦ green 203 ◦ blue 236

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

Shades of Turquoise Blue #6ACBEC

Tints of Turquoise Blue #6ACBEC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.25%

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

R = 19.45%
G = 37.25%
B = 43.3%

CMYK

 C value IS 0.55

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6ACBEC (or 0x6ACBEC) is known color: Turquoise Blue. HEX triplet: 6A, CB and EC. RGB value is (106,203,236). Sum of RGB (Red+Green+Blue) = 106+203+236=545 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.45% from 545); Green value is 203 (79.69% from 255 or 37.25% from 545); Blue value is 236 (92.58% from 255 or 43.30% from 545); Max value from RGB is 236 - color contains mainly: blue. Hex color #6ACBEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ACBEC is #953413. Grayscale: #B1B1B1. Windows color (decimal): -9778196 or 15518570. OLE color: 15518570.

HSL color Cylindrical-coordinate representation of color #6ACBEC: hue angle of 195.23º degrees, saturation: 0.77, 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 #6ACBEC is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 106 203 236 -
CMYK 0.55 0.14 0 0.07
HSL 195.23º 0.77% 0.67% -
HSV(B) 195.23º 0.55% 0.93% -
XYZ 42.44 51.83 87.12 -
YUV 177.76 160.86 76.82 -
System Red Green Blue C M Y K H S L
Decimal 106 203 236 0.55 0.14 0 0.07 195.23 0.77 0.67
Hex 6A CB EC 37 E 0 7 C3 4D 43
Octal 152 313 354 67 16 0 7 303 115 103
Binary 1101010 11001011 11101100 110111 1110 0 111 11000011 1001101 1000011

Color Harmonies of #6ACBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACBEC

Black with #6ACBEC

Text Example


Text Example

White with #6ACBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,203,236); }

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

background-color css

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

 a { background-color: rgb(106,203,236); }

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

border-color css

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

 span { border-color: rgb(106,203,236); }

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