Html Css Color HEX #69DFE1 Turquoise Blue

📋 copy color: '#69DFE1'

red 105 ◦ green 223 ◦ blue 225

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

Shades of Turquoise Blue #69DFE1

Tints of Turquoise Blue #69DFE1

RGB

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

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

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

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

CMYK

 C value IS 0.53

 M value IS 0.01

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#69DFE1 (or 0x69DFE1) is known color: Turquoise Blue. HEX triplet: 69, DF and E1. RGB value is (105,223,225). Sum of RGB (Red+Green+Blue) = 105+223+225=553 (73% of max value = 765). Red value is 105 (41.41% from 255 or 18.99% from 553); Green value is 223 (87.5% from 255 or 40.33% from 553); Blue value is 225 (88.28% from 255 or 40.69% from 553); Max value from RGB is 225 - color contains mainly: blue. Hex color #69DFE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69DFE1 is #96201E. Grayscale: #BBBBBB. Windows color (decimal): -9838623 or 14802793. OLE color: 14802793.

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

Color convert

RGB 105 223 225 -
CMYK 0.53 0.01 0 0.12
HSL 181º 0.67% 0.65% -
HSV(B) 181º 0.53% 0.88% -
XYZ 45.8 61.21 80.64 -
YUV 187.95 148.91 68.84 -
System Red Green Blue C M Y K H S L
Decimal 105 223 225 0.53 0.01 0 0.12 181 0.67 0.65
Hex 69 DF E1 35 1 0 C B5 43 41
Octal 151 337 341 65 1 0 14 265 103 101
Binary 1101001 11011111 11100001 110101 1 0 1100 10110101 1000011 1000001

Color Harmonies of #69DFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69DFE1

Black with #69DFE1

Text Example


Text Example

White with #69DFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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