Html Css Color HEX #69E2FA Turquoise Blue

📋 copy color: '#69E2FA'

red 105 ◦ green 226 ◦ blue 250

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

Shades of Turquoise Blue #69E2FA

Tints of Turquoise Blue #69E2FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.03%

R = 18.07%
G = 38.9%
B = 43.03%

CMYK

 C value IS 0.58

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#69E2FA (or 0x69E2FA) is known color: Turquoise Blue. HEX triplet: 69, E2 and FA. RGB value is (105,226,250). Sum of RGB (Red+Green+Blue) = 105+226+250=581 (76% of max value = 765). Red value is 105 (41.41% from 255 or 18.07% from 581); Green value is 226 (88.67% from 255 or 38.90% from 581); Blue value is 250 (98.05% from 255 or 43.03% from 581); Max value from RGB is 250 - color contains mainly: blue. Hex color #69E2FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69E2FA is #961D05. Grayscale: #C0C0C0. Windows color (decimal): -9837830 or 16441961. OLE color: 16441961.

HSL color Cylindrical-coordinate representation of color #69E2FA: hue angle of 189.93º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #69E2FA is Cyan = 0.58, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 105 226 250 -
CMYK 0.58 0.10 0 0.02
HSL 189.93º 0.94% 0.7% -
HSV(B) 189.93º 0.58% 0.98% -
XYZ 50.28 64.3 100.2 -
YUV 192.56 160.41 65.55 -
System Red Green Blue C M Y K H S L
Decimal 105 226 250 0.58 0.10 0 0.02 189.93 0.94 0.7
Hex 69 E2 FA 3A A 0 2 BE 5E 46
Octal 151 342 372 72 12 0 2 276 136 106
Binary 1101001 11100010 11111010 111010 1010 0 10 10111110 1011110 1000110

Color Harmonies of #69E2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69E2FA

Black with #69E2FA

Text Example


Text Example

White with #69E2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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