Html Css Color HEX #69CEF2 Turquoise Blue

📋 copy color: '#69CEF2'

red 105 ◦ green 206 ◦ blue 242

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

Shades of Turquoise Blue #69CEF2

Tints of Turquoise Blue #69CEF2

RGB

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

 GREEN value IS 206 (80.86% from 255) = 37.25%

 BLUE value IS 242 (94.92% from 255) = 43.76%

R = 18.99%
G = 37.25%
B = 43.76%

CMYK

 C value IS 0.57

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#69CEF2 (or 0x69CEF2) is known color: Turquoise Blue. HEX triplet: 69, CE and F2. RGB value is (105,206,242). Sum of RGB (Red+Green+Blue) = 105+206+242=553 (73% of max value = 765). Red value is 105 (41.41% from 255 or 18.99% from 553); Green value is 206 (80.86% from 255 or 37.25% from 553); Blue value is 242 (94.92% from 255 or 43.76% from 553); Max value from RGB is 242 - color contains mainly: blue. Hex color #69CEF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69CEF2 is #96310D. Grayscale: #B3B3B3. Windows color (decimal): -9842958 or 15912553. OLE color: 15912553.

HSL color Cylindrical-coordinate representation of color #69CEF2: hue angle of 195.77º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69CEF2 is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 105 206 242 -
CMYK 0.57 0.15 0 0.05
HSL 195.77º 0.84% 0.68% -
HSV(B) 195.77º 0.57% 0.95% -
XYZ 43.92 53.56 92.03 -
YUV 179.91 163.04 74.57 -
System Red Green Blue C M Y K H S L
Decimal 105 206 242 0.57 0.15 0 0.05 195.77 0.84 0.68
Hex 69 CE F2 39 F 0 5 C4 54 44
Octal 151 316 362 71 17 0 5 304 124 104
Binary 1101001 11001110 11110010 111001 1111 0 101 11000100 1010100 1000100

Color Harmonies of #69CEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69CEF2

Black with #69CEF2

Text Example


Text Example

White with #69CEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,206,242); }

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

background-color css

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

 a { background-color: rgb(105,206,242); }

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

border-color css

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

 span { border-color: rgb(105,206,242); }

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