Html Css Color HEX #69E2E9 Turquoise Blue

📋 copy color: '#69E2E9'

red 105 ◦ green 226 ◦ blue 233

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

Shades of Turquoise Blue #69E2E9

Tints of Turquoise Blue #69E2E9

RGB

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

 GREEN value IS 226 (88.67% from 255) = 40.07%

 BLUE value IS 233 (91.41% from 255) = 41.31%

R = 18.62%
G = 40.07%
B = 41.31%

CMYK

 C value IS 0.55

 M value IS 0.03

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#69E2E9 (or 0x69E2E9) is known color: Turquoise Blue. HEX triplet: 69, E2 and E9. RGB value is (105,226,233). Sum of RGB (Red+Green+Blue) = 105+226+233=564 (74% of max value = 765). Red value is 105 (41.41% from 255 or 18.62% from 564); Green value is 226 (88.67% from 255 or 40.07% from 564); Blue value is 233 (91.41% from 255 or 41.31% from 564); Max value from RGB is 233 - color contains mainly: blue. Hex color #69E2E9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69E2E9 is #961D16. Grayscale: #BEBEBE. Windows color (decimal): -9837847 or 15327849. OLE color: 15327849.

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

Color convert

RGB 105 226 233 -
CMYK 0.55 0.03 0 0.09
HSL 183.28º 0.74% 0.66% -
HSV(B) 183.28º 0.55% 0.91% -
XYZ 47.73 63.28 86.79 -
YUV 190.62 151.91 66.93 -
System Red Green Blue C M Y K H S L
Decimal 105 226 233 0.55 0.03 0 0.09 183.28 0.74 0.66
Hex 69 E2 E9 37 3 0 9 B7 4A 42
Octal 151 342 351 67 3 0 11 267 112 102
Binary 1101001 11100010 11101001 110111 11 0 1001 10110111 1001010 1000010

Color Harmonies of #69E2E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69E2E9

Black with #69E2E9

Text Example


Text Example

White with #69E2E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,226,233); }

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

background-color css

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

 a { background-color: rgb(105,226,233); }

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

border-color css

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

 span { border-color: rgb(105,226,233); }

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