Html Css Color HEX #69E7E0 Turquoise Blue

📋 copy color: '#69E7E0'

red 105 ◦ green 231 ◦ blue 224

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

Shades of Turquoise Blue #69E7E0

Tints of Turquoise Blue #69E7E0

RGB

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

 GREEN value IS 231 (90.63% from 255) = 41.25%

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

R = 18.75%
G = 41.25%
B = 40%

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

#69E7E0 (or 0x69E7E0) is known color: Turquoise Blue. HEX triplet: 69, E7 and E0. RGB value is (105,231,224). Sum of RGB (Red+Green+Blue) = 105+231+224=560 (74% of max value = 765). Red value is 105 (41.41% from 255 or 18.75% from 560); Green value is 231 (90.62% from 255 or 41.25% from 560); Blue value is 224 (87.89% from 255 or 40% from 560); Max value from RGB is 231 - color contains mainly: green. Hex color #69E7E0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69E7E0 is #96181F. Grayscale: #C0C0C0. Windows color (decimal): -9836576 or 14739305. OLE color: 14739305.

HSL color Cylindrical-coordinate representation of color #69E7E0: hue angle of 176.67º degrees, saturation: 0.72, 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 #69E7E0 is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB 105 231 224 -
CMYK 0.55 0 0.03 0.09
HSL 176.67º 0.72% 0.66% -
HSV(B) 176.67º 0.55% 0.91% -
XYZ 47.86 65.54 80.65 -
YUV 192.53 145.76 65.57 -
System Red Green Blue C M Y K H S L
Decimal 105 231 224 0.55 0 0.03 0.09 176.67 0.72 0.66
Hex 69 E7 E0 37 0 3 9 B1 48 42
Octal 151 347 340 67 0 3 11 261 110 102
Binary 1101001 11100111 11100000 110111 0 11 1001 10110001 1001000 1000010

Color Harmonies of #69E7E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69E7E0

Black with #69E7E0

Text Example


Text Example

White with #69E7E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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