Html Css Color HEX #69E8E6 Turquoise Blue

📋 copy color: '#69E8E6'

red 105 ◦ green 232 ◦ blue 230

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

Shades of Turquoise Blue #69E8E6

Tints of Turquoise Blue #69E8E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 40.56%

R = 18.52%
G = 40.92%
B = 40.56%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.01

 K value IS 0.09

RGB Variations

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

Color information

#69E8E6 (or 0x69E8E6) is known color: Turquoise Blue. HEX triplet: 69, E8 and E6. RGB value is (105,232,230). Sum of RGB (Red+Green+Blue) = 105+232+230=567 (75% of max value = 765). Red value is 105 (41.41% from 255 or 18.52% from 567); Green value is 232 (91.02% from 255 or 40.92% from 567); Blue value is 230 (90.23% from 255 or 40.56% from 567); Max value from RGB is 232 - color contains mainly: green. Hex color #69E8E6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #69E8E6 is #961719. Grayscale: #C1C1C1. Windows color (decimal): -9836314 or 15132777. OLE color: 15132777.

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

Color convert

RGB 105 232 230 -
CMYK 0.55 0 0.01 0.09
HSL 179.06º 0.73% 0.66% -
HSV(B) 179.06º 0.55% 0.91% -
XYZ 48.97 66.43 85.1 -
YUV 193.8 148.42 64.66 -
System Red Green Blue C M Y K H S L
Decimal 105 232 230 0.55 0 0.01 0.09 179.06 0.73 0.66
Hex 69 E8 E6 37 0 1 9 B3 49 42
Octal 151 350 346 67 0 1 11 263 111 102
Binary 1101001 11101000 11100110 110111 0 1 1001 10110011 1001001 1000010

Color Harmonies of #69E8E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69E8E6

Black with #69E8E6

Text Example


Text Example

White with #69E8E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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