Html Css Color HEX #69DEDC Turquoise Blue

📋 copy color: '#69DEDC'

red 105 ◦ green 222 ◦ blue 220

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

Shades of Turquoise Blue #69DEDC

Tints of Turquoise Blue #69DEDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.22%

R = 19.2%
G = 40.59%
B = 40.22%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#69DEDC (or 0x69DEDC) is known color: Turquoise Blue. HEX triplet: 69, DE and DC. RGB value is (105,222,220). Sum of RGB (Red+Green+Blue) = 105+222+220=547 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.20% from 547); Green value is 222 (87.11% from 255 or 40.59% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 222 - color contains mainly: green. Hex color #69DEDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69DEDC is #962123. Grayscale: #BABABA. Windows color (decimal): -9838884 or 14474857. OLE color: 14474857.

HSL color Cylindrical-coordinate representation of color #69DEDC: hue angle of 178.97º 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 #69DEDC is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 105 222 220 -
CMYK 0.53 0 0.01 0.13
HSL 178.97º 0.64% 0.64% -
HSV(B) 178.97º 0.53% 0.87% -
XYZ 44.87 60.41 77.01 -
YUV 186.79 146.74 69.66 -
System Red Green Blue C M Y K H S L
Decimal 105 222 220 0.53 0 0.01 0.13 178.97 0.64 0.64
Hex 69 DE DC 35 0 1 D B3 40 40
Octal 151 336 334 65 0 1 15 263 100 100
Binary 1101001 11011110 11011100 110101 0 1 1101 10110011 1000000 1000000

Color Harmonies of #69DEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69DEDC

Black with #69DEDC

Text Example


Text Example

White with #69DEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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