Html Css Color HEX #69DDDB Turquoise Blue

📋 copy color: '#69DDDB'

red 105 ◦ green 221 ◦ blue 219

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

Shades of Turquoise Blue #69DDDB

Tints of Turquoise Blue #69DDDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.18%

R = 19.27%
G = 40.55%
B = 40.18%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#69DDDB (or 0x69DDDB) is known color: Turquoise Blue. HEX triplet: 69, DD and DB. RGB value is (105,221,219). Sum of RGB (Red+Green+Blue) = 105+221+219=545 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.27% from 545); Green value is 221 (86.72% from 255 or 40.55% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 221 - color contains mainly: green. Hex color #69DDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69DDDB is #962224. Grayscale: #B9B9B9. Windows color (decimal): -9839141 or 14409065. OLE color: 14409065.

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

Color convert

RGB 105 221 219 -
CMYK 0.52 0 0.01 0.13
HSL 178.97º 0.63% 0.64% -
HSV(B) 178.97º 0.52% 0.87% -
XYZ 44.47 59.83 76.22 -
YUV 186.09 146.57 70.16 -
System Red Green Blue C M Y K H S L
Decimal 105 221 219 0.52 0 0.01 0.13 178.97 0.63 0.64
Hex 69 DD DB 34 0 1 D B3 3F 40
Octal 151 335 333 64 0 1 15 263 77 100
Binary 1101001 11011101 11011011 110100 0 1 1101 10110011 111111 1000000

Color Harmonies of #69DDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69DDDB

Black with #69DDDB

Text Example


Text Example

White with #69DDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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