Html Css Color HEX #6ACBDB Turquoise Blue

📋 copy color: '#6ACBDB'

red 106 ◦ green 203 ◦ blue 219

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

Shades of Turquoise Blue #6ACBDB

Tints of Turquoise Blue #6ACBDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.48%

R = 20.08%
G = 38.45%
B = 41.48%

CMYK

 C value IS 0.52

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6ACBDB (or 0x6ACBDB) is known color: Turquoise Blue. HEX triplet: 6A, CB and DB. RGB value is (106,203,219). Sum of RGB (Red+Green+Blue) = 106+203+219=528 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.08% from 528); Green value is 203 (79.69% from 255 or 38.45% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: blue. Hex color #6ACBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ACBDB is #953424. Grayscale: #AFAFAF. Windows color (decimal): -9778213 or 14404458. OLE color: 14404458.

HSL color Cylindrical-coordinate representation of color #6ACBDB: hue angle of 188.5º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6ACBDB is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 106 203 219 -
CMYK 0.52 0.07 0 0.14
HSL 188.5º 0.61% 0.64% -
HSV(B) 188.5º 0.52% 0.86% -
XYZ 40.09 50.89 74.73 -
YUV 175.82 152.36 78.2 -
System Red Green Blue C M Y K H S L
Decimal 106 203 219 0.52 0.07 0 0.14 188.5 0.61 0.64
Hex 6A CB DB 34 7 0 E BC 3D 40
Octal 152 313 333 64 7 0 16 274 75 100
Binary 1101010 11001011 11011011 110100 111 0 1110 10111100 111101 1000000

Color Harmonies of #6ACBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACBDB

Black with #6ACBDB

Text Example


Text Example

White with #6ACBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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