Html Css Color HEX #69E1DF Turquoise Blue

📋 copy color: '#69E1DF'

red 105 ◦ green 225 ◦ blue 223

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

Shades of Turquoise Blue #69E1DF

Tints of Turquoise Blue #69E1DF

RGB

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

 GREEN value IS 225 (88.28% from 255) = 40.69%

 BLUE value IS 223 (87.5% from 255) = 40.33%

R = 18.99%
G = 40.69%
B = 40.33%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#69E1DF (or 0x69E1DF) is known color: Turquoise Blue. HEX triplet: 69, E1 and DF. RGB value is (105,225,223). Sum of RGB (Red+Green+Blue) = 105+225+223=553 (73% of max value = 765). Red value is 105 (41.41% from 255 or 18.99% from 553); Green value is 225 (88.28% from 255 or 40.69% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 225 - color contains mainly: green. Hex color #69E1DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69E1DF is #961E20. Grayscale: #BCBCBC. Windows color (decimal): -9838113 or 14672233. OLE color: 14672233.

HSL color Cylindrical-coordinate representation of color #69E1DF: hue angle of 179º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #69E1DF is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 105 225 223 -
CMYK 0.53 0 0.01 0.12
HSL 179º 0.67% 0.65% -
HSV(B) 179º 0.53% 0.88% -
XYZ 46.07 62.18 79.39 -
YUV 188.89 147.24 68.16 -
System Red Green Blue C M Y K H S L
Decimal 105 225 223 0.53 0 0.01 0.12 179 0.67 0.65
Hex 69 E1 DF 35 0 1 C B3 43 41
Octal 151 341 337 65 0 1 14 263 103 101
Binary 1101001 11100001 11011111 110101 0 1 1100 10110011 1000011 1000001

Color Harmonies of #69E1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69E1DF

Black with #69E1DF

Text Example


Text Example

White with #69E1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,225,223); }

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

background-color css

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

 a { background-color: rgb(105,225,223); }

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

border-color css

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

 span { border-color: rgb(105,225,223); }

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