Html Css Color HEX #69DDDC Turquoise Blue

📋 copy color: '#69DDDC'

red 105 ◦ green 221 ◦ blue 220

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

Shades of Turquoise Blue #69DDDC

Tints of Turquoise Blue #69DDDC

RGB

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

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

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

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

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #69DDDC: hue angle of 179.48º 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 #69DDDC is Cyan = 0.52, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 105 221 220 -
CMYK 0.52 0 0.00 0.13
HSL 179.48º 0.63% 0.64% -
HSV(B) 179.48º 0.52% 0.87% -
XYZ 44.6 59.88 76.92 -
YUV 186.2 147.07 70.08 -
System Red Green Blue C M Y K H S L
Decimal 105 221 220 0.52 0 0.00 0.13 179.48 0.63 0.64
Hex 69 DD DC 34 0 0 D B3 3F 40
Octal 151 335 334 64 0 0 15 263 77 100
Binary 1101001 11011101 11011100 110100 0 0 1101 10110011 111111 1000000

Color Harmonies of #69DDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69DDDC

Black with #69DDDC

Text Example


Text Example

White with #69DDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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