Html Css Color HEX #69D1E6 Turquoise Blue

📋 copy color: '#69D1E6'

red 105 ◦ green 209 ◦ blue 230

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

Shades of Turquoise Blue #69D1E6

Tints of Turquoise Blue #69D1E6

RGB

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

 GREEN value IS 209 (82.03% from 255) = 38.42%

 BLUE value IS 230 (90.23% from 255) = 42.28%

R = 19.3%
G = 38.42%
B = 42.28%

CMYK

 C value IS 0.54

 M value IS 0.09

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#69D1E6 (or 0x69D1E6) is known color: Turquoise Blue. HEX triplet: 69, D1 and E6. RGB value is (105,209,230). Sum of RGB (Red+Green+Blue) = 105+209+230=544 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.30% from 544); Green value is 209 (82.03% from 255 or 38.42% from 544); Blue value is 230 (90.23% from 255 or 42.28% from 544); Max value from RGB is 230 - color contains mainly: blue. Hex color #69D1E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69D1E6 is #962E19. Grayscale: #B4B4B4. Windows color (decimal): -9842202 or 15126889. OLE color: 15126889.

HSL color Cylindrical-coordinate representation of color #69D1E6: hue angle of 190.08º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #69D1E6 is Cyan = 0.54, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 105 209 230 -
CMYK 0.54 0.09 0 0.10
HSL 190.08º 0.71% 0.66% -
HSV(B) 190.08º 0.54% 0.9% -
XYZ 42.91 54.32 83.09 -
YUV 180.3 156.04 74.29 -
System Red Green Blue C M Y K H S L
Decimal 105 209 230 0.54 0.09 0 0.10 190.08 0.71 0.66
Hex 69 D1 E6 36 9 0 A BE 47 42
Octal 151 321 346 66 11 0 12 276 107 102
Binary 1101001 11010001 11100110 110110 1001 0 1010 10111110 1000111 1000010

Color Harmonies of #69D1E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69D1E6

Black with #69D1E6

Text Example


Text Example

White with #69D1E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,209,230); }

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

background-color css

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

 a { background-color: rgb(105,209,230); }

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

border-color css

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

 span { border-color: rgb(105,209,230); }

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