Html Css Color HEX #69DEDD Turquoise Blue

📋 copy color: '#69DEDD'

red 105 ◦ green 222 ◦ blue 221

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

Shades of Turquoise Blue #69DEDD

Tints of Turquoise Blue #69DEDD

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40.51%

 BLUE value IS 221 (86.72% from 255) = 40.33%

R = 19.16%
G = 40.51%
B = 40.33%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#69DEDD (or 0x69DEDD) is known color: Turquoise Blue. HEX triplet: 69, DE and DD. RGB value is (105,222,221). Sum of RGB (Red+Green+Blue) = 105+222+221=548 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.16% from 548); Green value is 222 (87.11% from 255 or 40.51% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 222 - color contains mainly: green. Hex color #69DEDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69DEDD is #962122. Grayscale: #BABABA. Windows color (decimal): -9838883 or 14540393. OLE color: 14540393.

HSL color Cylindrical-coordinate representation of color #69DEDD: hue angle of 179.49º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #69DEDD is Cyan = 0.53, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 105 222 221 -
CMYK 0.53 0 0.00 0.13
HSL 179.49º 0.64% 0.64% -
HSV(B) 179.49º 0.53% 0.87% -
XYZ 45 60.47 77.71 -
YUV 186.9 147.24 69.58 -
System Red Green Blue C M Y K H S L
Decimal 105 222 221 0.53 0 0.00 0.13 179.49 0.64 0.64
Hex 69 DE DD 35 0 0 D B3 40 40
Octal 151 336 335 65 0 0 15 263 100 100
Binary 1101001 11011110 11011101 110101 0 0 1101 10110011 1000000 1000000

Color Harmonies of #69DEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69DEDD

Black with #69DEDD

Text Example


Text Example

White with #69DEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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