Html Css Color HEX #69CEDC Turquoise Blue

📋 copy color: '#69CEDC'

red 105 ◦ green 206 ◦ blue 220

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

Shades of Turquoise Blue #69CEDC

Tints of Turquoise Blue #69CEDC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.79%

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

R = 19.77%
G = 38.79%
B = 41.43%

CMYK

 C value IS 0.52

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#69CEDC (or 0x69CEDC) is known color: Turquoise Blue. HEX triplet: 69, CE and DC. RGB value is (105,206,220). Sum of RGB (Red+Green+Blue) = 105+206+220=531 (70% of max value = 765). Red value is 105 (41.41% from 255 or 19.77% from 531); Green value is 206 (80.86% from 255 or 38.79% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 220 - color contains mainly: blue. Hex color #69CEDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69CEDC is #963123. Grayscale: #B1B1B1. Windows color (decimal): -9842980 or 14470761. OLE color: 14470761.

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

Color convert

RGB 105 206 220 -
CMYK 0.52 0.06 0 0.14
HSL 187.3º 0.62% 0.64% -
HSV(B) 187.3º 0.52% 0.86% -
XYZ 40.82 52.31 75.66 -
YUV 177.4 152.04 76.36 -
System Red Green Blue C M Y K H S L
Decimal 105 206 220 0.52 0.06 0 0.14 187.3 0.62 0.64
Hex 69 CE DC 34 6 0 E BB 3E 40
Octal 151 316 334 64 6 0 16 273 76 100
Binary 1101001 11001110 11011100 110100 110 0 1110 10111011 111110 1000000

Color Harmonies of #69CEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69CEDC

Black with #69CEDC

Text Example


Text Example

White with #69CEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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