Html Css Color HEX #69EFE1 Turquoise Blue

📋 copy color: '#69EFE1'

red 105 ◦ green 239 ◦ blue 225

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

Shades of Turquoise Blue #69EFE1

Tints of Turquoise Blue #69EFE1

RGB

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

 GREEN value IS 239 (93.75% from 255) = 42%

 BLUE value IS 225 (88.28% from 255) = 39.54%

R = 18.45%
G = 42%
B = 39.54%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#69EFE1 (or 0x69EFE1) is known color: Turquoise Blue. HEX triplet: 69, EF and E1. RGB value is (105,239,225). Sum of RGB (Red+Green+Blue) = 105+239+225=569 (75% of max value = 765). Red value is 105 (41.41% from 255 or 18.45% from 569); Green value is 239 (93.75% from 255 or 42.00% from 569); Blue value is 225 (88.28% from 255 or 39.54% from 569); Max value from RGB is 239 - color contains mainly: green. Hex color #69EFE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69EFE1 is #96101E. Grayscale: #C5C5C5. Windows color (decimal): -9834527 or 14806889. OLE color: 14806889.

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

Color convert

RGB 105 239 225 -
CMYK 0.56 0 0.06 0.06
HSL 173.73º 0.81% 0.67% -
HSV(B) 173.73º 0.56% 0.94% -
XYZ 50.28 70.17 82.13 -
YUV 197.34 143.61 62.14 -
System Red Green Blue C M Y K H S L
Decimal 105 239 225 0.56 0 0.06 0.06 173.73 0.81 0.67
Hex 69 EF E1 38 0 6 6 AE 51 43
Octal 151 357 341 70 0 6 6 256 121 103
Binary 1101001 11101111 11100001 111000 0 110 110 10101110 1010001 1000011

Color Harmonies of #69EFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69EFE1

Black with #69EFE1

Text Example


Text Example

White with #69EFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,239,225); }

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

background-color css

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

 a { background-color: rgb(105,239,225); }

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

border-color css

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

 span { border-color: rgb(105,239,225); }

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