Html Css Color HEX #69E8E0 Turquoise Blue

📋 copy color: '#69E8E0'

red 105 ◦ green 232 ◦ blue 224

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

Shades of Turquoise Blue #69E8E0

Tints of Turquoise Blue #69E8E0

RGB

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

 GREEN value IS 232 (91.02% from 255) = 41.35%

 BLUE value IS 224 (87.89% from 255) = 39.93%

R = 18.72%
G = 41.35%
B = 39.93%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#69E8E0 (or 0x69E8E0) is known color: Turquoise Blue. HEX triplet: 69, E8 and E0. RGB value is (105,232,224). Sum of RGB (Red+Green+Blue) = 105+232+224=561 (74% of max value = 765). Red value is 105 (41.41% from 255 or 18.72% from 561); Green value is 232 (91.02% from 255 or 41.35% from 561); Blue value is 224 (87.89% from 255 or 39.93% from 561); Max value from RGB is 232 - color contains mainly: green. Hex color #69E8E0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69E8E0 is #96171F. Grayscale: #C1C1C1. Windows color (decimal): -9836320 or 14739561. OLE color: 14739561.

HSL color Cylindrical-coordinate representation of color #69E8E0: hue angle of 176.22º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #69E8E0 is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB 105 232 224 -
CMYK 0.55 0 0.03 0.09
HSL 176.22º 0.73% 0.66% -
HSV(B) 176.22º 0.55% 0.91% -
XYZ 48.14 66.1 80.74 -
YUV 193.12 145.42 65.15 -
System Red Green Blue C M Y K H S L
Decimal 105 232 224 0.55 0 0.03 0.09 176.22 0.73 0.66
Hex 69 E8 E0 37 0 3 9 B0 49 42
Octal 151 350 340 67 0 3 11 260 111 102
Binary 1101001 11101000 11100000 110111 0 11 1001 10110000 1001001 1000010

Color Harmonies of #69E8E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69E8E0

Black with #69E8E0

Text Example


Text Example

White with #69E8E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,232,224); }

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

background-color css

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

 a { background-color: rgb(105,232,224); }

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

border-color css

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

 span { border-color: rgb(105,232,224); }

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