Html Css Color HEX #69E0DB Turquoise Blue

📋 copy color: '#69E0DB'

red 105 ◦ green 224 ◦ blue 219

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

Shades of Turquoise Blue #69E0DB

Tints of Turquoise Blue #69E0DB

RGB

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

 GREEN value IS 224 (87.89% from 255) = 40.88%

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

R = 19.16%
G = 40.88%
B = 39.96%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#69E0DB (or 0x69E0DB) is known color: Turquoise Blue. HEX triplet: 69, E0 and DB. RGB value is (105,224,219). Sum of RGB (Red+Green+Blue) = 105+224+219=548 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.16% from 548); Green value is 224 (87.89% from 255 or 40.88% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 224 - color contains mainly: green. Hex color #69E0DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69E0DB is #961F24. Grayscale: #BBBBBB. Windows color (decimal): -9838373 or 14409833. OLE color: 14409833.

HSL color Cylindrical-coordinate representation of color #69E0DB: hue angle of 177.48º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #69E0DB is Cyan = 0.53, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 105 224 219 -
CMYK 0.53 0 0.02 0.12
HSL 177.48º 0.66% 0.65% -
HSV(B) 177.48º 0.53% 0.88% -
XYZ 45.27 61.43 76.49 -
YUV 187.85 145.58 68.91 -
System Red Green Blue C M Y K H S L
Decimal 105 224 219 0.53 0 0.02 0.12 177.48 0.66 0.65
Hex 69 E0 DB 35 0 2 C B1 42 41
Octal 151 340 333 65 0 2 14 261 102 101
Binary 1101001 11100000 11011011 110101 0 10 1100 10110001 1000010 1000001

Color Harmonies of #69E0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69E0DB

Black with #69E0DB

Text Example


Text Example

White with #69E0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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