Html Css Color HEX #69ECF0 Turquoise Blue

📋 copy color: '#69ECF0'

red 105 ◦ green 236 ◦ blue 240

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

Shades of Turquoise Blue #69ECF0

Tints of Turquoise Blue #69ECF0

RGB

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

 GREEN value IS 236 (92.58% from 255) = 40.62%

 BLUE value IS 240 (94.14% from 255) = 41.31%

R = 18.07%
G = 40.62%
B = 41.31%

CMYK

 C value IS 0.56

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#69ECF0 (or 0x69ECF0) is known color: Turquoise Blue. HEX triplet: 69, EC and F0. RGB value is (105,236,240). Sum of RGB (Red+Green+Blue) = 105+236+240=581 (76% of max value = 765). Red value is 105 (41.41% from 255 or 18.07% from 581); Green value is 236 (92.58% from 255 or 40.62% from 581); Blue value is 240 (94.14% from 255 or 41.31% from 581); Max value from RGB is 240 - color contains mainly: blue. Hex color #69ECF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #69ECF0 is #96130F. Grayscale: #C5C5C5. Windows color (decimal): -9835280 or 15789161. OLE color: 15789161.

HSL color Cylindrical-coordinate representation of color #69ECF0: hue angle of 181.78º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69ECF0 is Cyan = 0.56, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 105 236 240 -
CMYK 0.56 0.02 0 0.06
HSL 181.78º 0.82% 0.68% -
HSV(B) 181.78º 0.56% 0.94% -
XYZ 51.55 69.29 93.09 -
YUV 197.29 152.1 62.17 -
System Red Green Blue C M Y K H S L
Decimal 105 236 240 0.56 0.02 0 0.06 181.78 0.82 0.68
Hex 69 EC F0 38 2 0 6 B6 52 44
Octal 151 354 360 70 2 0 6 266 122 104
Binary 1101001 11101100 11110000 111000 10 0 110 10110110 1010010 1000100

Color Harmonies of #69ECF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69ECF0

Black with #69ECF0

Text Example


Text Example

White with #69ECF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,236,240); }

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

background-color css

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

 a { background-color: rgb(105,236,240); }

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

border-color css

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

 span { border-color: rgb(105,236,240); }

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