Html Css Color HEX #6ACDDF Turquoise Blue

📋 copy color: '#6ACDDF'

red 106 ◦ green 205 ◦ blue 223

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

Shades of Turquoise Blue #6ACDDF

Tints of Turquoise Blue #6ACDDF

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.39%

 BLUE value IS 223 (87.5% from 255) = 41.76%

R = 19.85%
G = 38.39%
B = 41.76%

CMYK

 C value IS 0.52

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6ACDDF (or 0x6ACDDF) is known color: Turquoise Blue. HEX triplet: 6A, CD and DF. RGB value is (106,205,223). Sum of RGB (Red+Green+Blue) = 106+205+223=534 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.85% from 534); Green value is 205 (80.47% from 255 or 38.39% from 534); Blue value is 223 (87.5% from 255 or 41.76% from 534); Max value from RGB is 223 - color contains mainly: blue. Hex color #6ACDDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ACDDF is #953220. Grayscale: #B1B1B1. Windows color (decimal): -9777697 or 14667114. OLE color: 14667114.

HSL color Cylindrical-coordinate representation of color #6ACDDF: hue angle of 189.23º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6ACDDF is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 106 205 223 -
CMYK 0.52 0.08 0 0.13
HSL 189.23º 0.65% 0.65% -
HSV(B) 189.23º 0.52% 0.87% -
XYZ 41.09 52.05 77.69 -
YUV 177.45 153.7 77.04 -
System Red Green Blue C M Y K H S L
Decimal 106 205 223 0.52 0.08 0 0.13 189.23 0.65 0.65
Hex 6A CD DF 34 8 0 D BD 41 41
Octal 152 315 337 64 10 0 15 275 101 101
Binary 1101010 11001101 11011111 110100 1000 0 1101 10111101 1000001 1000001

Color Harmonies of #6ACDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACDDF

Black with #6ACDDF

Text Example


Text Example

White with #6ACDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,205,223); }

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

background-color css

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

 a { background-color: rgb(106,205,223); }

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

border-color css

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

 span { border-color: rgb(106,205,223); }

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