Html Css Color HEX #69D3E1 Turquoise Blue

📋 copy color: '#69D3E1'

red 105 ◦ green 211 ◦ blue 225

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

Shades of Turquoise Blue #69D3E1

Tints of Turquoise Blue #69D3E1

RGB

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

 GREEN value IS 211 (82.81% from 255) = 39%

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

R = 19.41%
G = 39%
B = 41.59%

CMYK

 C value IS 0.53

 M value IS 0.06

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#69D3E1 (or 0x69D3E1) is known color: Turquoise Blue. HEX triplet: 69, D3 and E1. RGB value is (105,211,225). Sum of RGB (Red+Green+Blue) = 105+211+225=541 (71% of max value = 765). Red value is 105 (41.41% from 255 or 19.41% from 541); Green value is 211 (82.81% from 255 or 39.00% from 541); Blue value is 225 (88.28% from 255 or 41.59% from 541); Max value from RGB is 225 - color contains mainly: blue. Hex color #69D3E1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69D3E1 is #962C1E. Grayscale: #B4B4B4. Windows color (decimal): -9841695 or 14799721. OLE color: 14799721.

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

Color convert

RGB 105 211 225 -
CMYK 0.53 0.06 0 0.12
HSL 187º 0.67% 0.65% -
HSV(B) 187º 0.53% 0.88% -
XYZ 42.71 55.03 79.6 -
YUV 180.9 152.88 73.86 -
System Red Green Blue C M Y K H S L
Decimal 105 211 225 0.53 0.06 0 0.12 187 0.67 0.65
Hex 69 D3 E1 35 6 0 C BB 43 41
Octal 151 323 341 65 6 0 14 273 103 101
Binary 1101001 11010011 11100001 110101 110 0 1100 10111011 1000011 1000001

Color Harmonies of #69D3E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69D3E1

Black with #69D3E1

Text Example


Text Example

White with #69D3E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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