Html Css Color HEX #69DADB Turquoise Blue

📋 copy color: '#69DADB'

red 105 ◦ green 218 ◦ blue 219

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

Shades of Turquoise Blue #69DADB

Tints of Turquoise Blue #69DADB

RGB

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

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

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

R = 19.37%
G = 40.22%
B = 40.41%

CMYK

 C value IS 0.52

 M value IS 0.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#69DADB (or 0x69DADB) is known color: Turquoise Blue. HEX triplet: 69, DA and DB. RGB value is (105,218,219). Sum of RGB (Red+Green+Blue) = 105+218+219=542 (71% of max value = 765). Red value is 105 (41.41% from 255 or 19.37% from 542); Green value is 218 (85.55% from 255 or 40.22% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 219 - color contains mainly: blue. Hex color #69DADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69DADB is #962524. Grayscale: #B8B8B8. Windows color (decimal): -9839909 or 14408297. OLE color: 14408297.

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

Color convert

RGB 105 218 219 -
CMYK 0.52 0.00 0 0.14
HSL 180.53º 0.61% 0.64% -
HSV(B) 180.53º 0.52% 0.86% -
XYZ 43.68 58.26 75.96 -
YUV 184.33 147.56 71.42 -
System Red Green Blue C M Y K H S L
Decimal 105 218 219 0.52 0.00 0 0.14 180.53 0.61 0.64
Hex 69 DA DB 34 0 0 E B5 3D 40
Octal 151 332 333 64 0 0 16 265 75 100
Binary 1101001 11011010 11011011 110100 0 0 1110 10110101 111101 1000000

Color Harmonies of #69DADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69DADB

Black with #69DADB

Text Example


Text Example

White with #69DADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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