Html Css Color HEX #69DADD Turquoise Blue

📋 copy color: '#69DADD'

red 105 ◦ green 218 ◦ blue 221

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

Shades of Turquoise Blue #69DADD

Tints of Turquoise Blue #69DADD

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.07%

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

R = 19.3%
G = 40.07%
B = 40.63%

CMYK

 C value IS 0.52

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#69DADD (or 0x69DADD) is known color: Turquoise Blue. HEX triplet: 69, DA and DD. RGB value is (105,218,221). Sum of RGB (Red+Green+Blue) = 105+218+221=544 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.30% from 544); Green value is 218 (85.55% from 255 or 40.07% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 221 - color contains mainly: blue. Hex color #69DADD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69DADD is #962522. Grayscale: #B8B8B8. Windows color (decimal): -9839907 or 14539369. OLE color: 14539369.

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

Color convert

RGB 105 218 221 -
CMYK 0.52 0.01 0 0.13
HSL 181.55º 0.63% 0.64% -
HSV(B) 181.55º 0.52% 0.87% -
XYZ 43.95 58.37 77.36 -
YUV 184.56 148.56 71.26 -
System Red Green Blue C M Y K H S L
Decimal 105 218 221 0.52 0.01 0 0.13 181.55 0.63 0.64
Hex 69 DA DD 34 1 0 D B6 3F 40
Octal 151 332 335 64 1 0 15 266 77 100
Binary 1101001 11011010 11011101 110100 1 0 1101 10110110 111111 1000000

Color Harmonies of #69DADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69DADD

Black with #69DADD

Text Example


Text Example

White with #69DADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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