Html Css Color HEX #69DBDA Turquoise Blue

📋 copy color: '#69DBDA'

red 105 ◦ green 219 ◦ blue 218

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

Shades of Turquoise Blue #69DBDA

Tints of Turquoise Blue #69DBDA

RGB

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

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

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

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

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

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

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

Color convert

RGB 105 219 218 -
CMYK 0.52 0 0.00 0.14
HSL 179.47º 0.61% 0.64% -
HSV(B) 179.47º 0.52% 0.86% -
XYZ 43.81 58.73 75.36 -
YUV 184.8 146.73 71.08 -
System Red Green Blue C M Y K H S L
Decimal 105 219 218 0.52 0 0.00 0.14 179.47 0.61 0.64
Hex 69 DB DA 34 0 0 E B3 3D 40
Octal 151 333 332 64 0 0 16 263 75 100
Binary 1101001 11011011 11011010 110100 0 0 1110 10110011 111101 1000000

Color Harmonies of #69DBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69DBDA

Black with #69DBDA

Text Example


Text Example

White with #69DBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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