Html Css Color HEX #69E0F0 Turquoise Blue

📋 copy color: '#69E0F0'

red 105 ◦ green 224 ◦ blue 240

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

Shades of Turquoise Blue #69E0F0

Tints of Turquoise Blue #69E0F0

RGB

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

 GREEN value IS 224 (87.89% from 255) = 39.37%

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

R = 18.45%
G = 39.37%
B = 42.18%

CMYK

 C value IS 0.56

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#69E0F0 (or 0x69E0F0) is known color: Turquoise Blue. HEX triplet: 69, E0 and F0. RGB value is (105,224,240). Sum of RGB (Red+Green+Blue) = 105+224+240=569 (75% of max value = 765). Red value is 105 (41.41% from 255 or 18.45% from 569); Green value is 224 (87.89% from 255 or 39.37% from 569); Blue value is 240 (94.14% from 255 or 42.18% from 569); Max value from RGB is 240 - color contains mainly: blue. Hex color #69E0F0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69E0F0 is #961F0F. Grayscale: #BEBEBE. Windows color (decimal): -9838352 or 15786089. OLE color: 15786089.

HSL color Cylindrical-coordinate representation of color #69E0F0: hue angle of 187.11º 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 #69E0F0 is Cyan = 0.56, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 105 224 240 -
CMYK 0.56 0.07 0 0.06
HSL 187.11º 0.82% 0.68% -
HSV(B) 187.11º 0.56% 0.94% -
XYZ 48.21 62.61 91.98 -
YUV 190.24 156.08 67.2 -
System Red Green Blue C M Y K H S L
Decimal 105 224 240 0.56 0.07 0 0.06 187.11 0.82 0.68
Hex 69 E0 F0 38 7 0 6 BB 52 44
Octal 151 340 360 70 7 0 6 273 122 104
Binary 1101001 11100000 11110000 111000 111 0 110 10111011 1010010 1000100

Color Harmonies of #69E0F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69E0F0

Black with #69E0F0

Text Example


Text Example

White with #69E0F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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