Html Css Color HEX #69DCDD Turquoise Blue

📋 copy color: '#69DCDD'

red 105 ◦ green 220 ◦ blue 221

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

Shades of Turquoise Blue #69DCDD

Tints of Turquoise Blue #69DCDD

RGB

 RED value IS 105 (41.41% from 255) = 19.23%

 GREEN value IS 220 (86.33% from 255) = 40.29%

 BLUE value IS 221 (86.72% from 255) = 40.48%

R = 19.23%
G = 40.29%
B = 40.48%

CMYK

 C value IS 0.52

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#69DCDD (or 0x69DCDD) is known color: Turquoise Blue. HEX triplet: 69, DC and DD. RGB value is (105,220,221). Sum of RGB (Red+Green+Blue) = 105+220+221=546 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.23% from 546); Green value is 220 (86.33% from 255 or 40.29% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 221 - color contains mainly: blue. Hex color #69DCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69DCDD is #962322. Grayscale: #B9B9B9. Windows color (decimal): -9839395 or 14539881. OLE color: 14539881.

HSL color Cylindrical-coordinate representation of color #69DCDD: hue angle of 180.52º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69DCDD is Cyan = 0.52, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 105 220 221 -
CMYK 0.52 0.00 0 0.13
HSL 180.52º 0.63% 0.64% -
HSV(B) 180.52º 0.52% 0.87% -
XYZ 44.47 59.41 77.53 -
YUV 185.73 147.9 70.42 -
System Red Green Blue C M Y K H S L
Decimal 105 220 221 0.52 0.00 0 0.13 180.52 0.63 0.64
Hex 69 DC DD 34 0 0 D B5 3F 40
Octal 151 334 335 64 0 0 15 265 77 100
Binary 1101001 11011100 11011101 110100 0 0 1101 10110101 111111 1000000

Color Harmonies of #69DCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69DCDD

Black with #69DCDD

Text Example


Text Example

White with #69DCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69DCDD; }

 p { color: rgb(105,220,221); }

 H1.HeaderClassName
 {
   color: #69DCDD;
 }
 .AnyTagClassName
 {
   color: #69DCDD;
 }
</style>

background-color css

<style>
 a { background-color: #69DCDD; }

 a { background-color: rgb(105,220,221); }

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

border-color css

<style>
 span { border-color: #69DCDD; }

 span { border-color: rgb(105,220,221); }

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