Html Css Color HEX #6ACBDA Turquoise Blue

📋 copy color: '#6ACBDA'

red 106 ◦ green 203 ◦ blue 218

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

Shades of Turquoise Blue #6ACBDA

Tints of Turquoise Blue #6ACBDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.37%

R = 20.11%
G = 38.52%
B = 41.37%

CMYK

 C value IS 0.51

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6ACBDA (or 0x6ACBDA) is known color: Turquoise Blue. HEX triplet: 6A, CB and DA. RGB value is (106,203,218). Sum of RGB (Red+Green+Blue) = 106+203+218=527 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.11% from 527); Green value is 203 (79.69% from 255 or 38.52% from 527); Blue value is 218 (85.55% from 255 or 41.37% from 527); Max value from RGB is 218 - color contains mainly: blue. Hex color #6ACBDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ACBDA is #953425. Grayscale: #AFAFAF. Windows color (decimal): -9778214 or 14338922. OLE color: 14338922.

HSL color Cylindrical-coordinate representation of color #6ACBDA: hue angle of 188.04º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6ACBDA is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 106 203 218 -
CMYK 0.51 0.07 0 0.15
HSL 188.04º 0.6% 0.64% -
HSV(B) 188.04º 0.51% 0.85% -
XYZ 39.95 50.84 74.04 -
YUV 175.71 151.86 78.28 -
System Red Green Blue C M Y K H S L
Decimal 106 203 218 0.51 0.07 0 0.15 188.04 0.6 0.64
Hex 6A CB DA 33 7 0 F BC 3C 40
Octal 152 313 332 63 7 0 17 274 74 100
Binary 1101010 11001011 11011010 110011 111 0 1111 10111100 111100 1000000

Color Harmonies of #6ACBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACBDA

Black with #6ACBDA

Text Example


Text Example

White with #6ACBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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