Html Css Color HEX #69DDDD Turquoise Blue

📋 copy color: '#69DDDD'

red 105 ◦ green 221 ◦ blue 221

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

Shades of Turquoise Blue #69DDDD

Tints of Turquoise Blue #69DDDD

RGB

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

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

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

R = 19.2%
G = 40.4%
B = 40.4%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#69DDDD (or 0x69DDDD) is known color: Turquoise Blue. HEX triplet: 69, DD and DD. RGB value is (105,221,221). Sum of RGB (Red+Green+Blue) = 105+221+221=547 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.20% from 547); Green value is 221 (86.72% from 255 or 40.40% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #69DDDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69DDDD is #962222. Grayscale: #BABABA. Windows color (decimal): -9839139 or 14540137. OLE color: 14540137.

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

Color convert

RGB 105 221 221 -
CMYK 0.52 0 0 0.13
HSL 180º 0.63% 0.64% -
HSV(B) 180º 0.52% 0.87% -
XYZ 44.73 59.94 77.62 -
YUV 186.32 147.57 70 -
System Red Green Blue C M Y K H S L
Decimal 105 221 221 0.52 0 0 0.13 180 0.63 0.64
Hex 69 DD DD 34 0 0 D B4 3F 40
Octal 151 335 335 64 0 0 15 264 77 100
Binary 1101001 11011101 11011101 110100 0 0 1101 10110100 111111 1000000

Color Harmonies of #69DDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69DDDD

Black with #69DDDD

Text Example


Text Example

White with #69DDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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