Html Css Color HEX #69D7DB Turquoise Blue

📋 copy color: '#69D7DB'

red 105 ◦ green 215 ◦ blue 219

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

Shades of Turquoise Blue #69D7DB

Tints of Turquoise Blue #69D7DB

RGB

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

 GREEN value IS 215 (84.38% from 255) = 39.89%

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

R = 19.48%
G = 39.89%
B = 40.63%

CMYK

 C value IS 0.52

 M value IS 0.02

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#69D7DB (or 0x69D7DB) is known color: Turquoise Blue. HEX triplet: 69, D7 and DB. RGB value is (105,215,219). Sum of RGB (Red+Green+Blue) = 105+215+219=539 (71% of max value = 765). Red value is 105 (41.41% from 255 or 19.48% from 539); Green value is 215 (84.38% from 255 or 39.89% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 219 - color contains mainly: blue. Hex color #69D7DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69D7DB is #962824. Grayscale: #B6B6B6. Windows color (decimal): -9840677 or 14407529. OLE color: 14407529.

HSL color Cylindrical-coordinate representation of color #69D7DB: hue angle of 182.11º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69D7DB is Cyan = 0.52, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 105 215 219 -
CMYK 0.52 0.02 0 0.14
HSL 182.11º 0.61% 0.64% -
HSV(B) 182.11º 0.52% 0.86% -
XYZ 42.91 56.72 75.7 -
YUV 182.57 148.56 72.67 -
System Red Green Blue C M Y K H S L
Decimal 105 215 219 0.52 0.02 0 0.14 182.11 0.61 0.64
Hex 69 D7 DB 34 2 0 E B6 3D 40
Octal 151 327 333 64 2 0 16 266 75 100
Binary 1101001 11010111 11011011 110100 10 0 1110 10110110 111101 1000000

Color Harmonies of #69D7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69D7DB

Black with #69D7DB

Text Example


Text Example

White with #69D7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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