Html Css Color HEX #69D1E5 Turquoise Blue

📋 copy color: '#69D1E5'

red 105 ◦ green 209 ◦ blue 229

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

Shades of Turquoise Blue #69D1E5

Tints of Turquoise Blue #69D1E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 42.17%

R = 19.34%
G = 38.49%
B = 42.17%

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

#69D1E5 (or 0x69D1E5) is known color: Turquoise Blue. HEX triplet: 69, D1 and E5. RGB value is (105,209,229). Sum of RGB (Red+Green+Blue) = 105+209+229=543 (71% of max value = 765). Red value is 105 (41.41% from 255 or 19.34% from 543); Green value is 209 (82.03% from 255 or 38.49% from 543); Blue value is 229 (89.84% from 255 or 42.17% from 543); Max value from RGB is 229 - color contains mainly: blue. Hex color #69D1E5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69D1E5 is #962E1A. Grayscale: #B4B4B4. Windows color (decimal): -9842203 or 15061353. OLE color: 15061353.

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

Color convert

RGB 105 209 229 -
CMYK 0.54 0.09 0 0.10
HSL 189.68º 0.7% 0.65% -
HSV(B) 189.68º 0.54% 0.9% -
XYZ 42.77 54.26 82.35 -
YUV 180.18 155.54 74.37 -
System Red Green Blue C M Y K H S L
Decimal 105 209 229 0.54 0.09 0 0.10 189.68 0.7 0.65
Hex 69 D1 E5 36 9 0 A BE 46 41
Octal 151 321 345 66 11 0 12 276 106 101
Binary 1101001 11010001 11100101 110110 1001 0 1010 10111110 1000110 1000001

Color Harmonies of #69D1E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69D1E5

Black with #69D1E5

Text Example


Text Example

White with #69D1E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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