Html Css Color HEX #69CEF1 Turquoise Blue

📋 copy color: '#69CEF1'

red 105 ◦ green 206 ◦ blue 241

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

Shades of Turquoise Blue #69CEF1

Tints of Turquoise Blue #69CEF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 43.66%

R = 19.02%
G = 37.32%
B = 43.66%

CMYK

 C value IS 0.56

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#69CEF1 (or 0x69CEF1) is known color: Turquoise Blue. HEX triplet: 69, CE and F1. RGB value is (105,206,241). Sum of RGB (Red+Green+Blue) = 105+206+241=552 (73% of max value = 765). Red value is 105 (41.41% from 255 or 19.02% from 552); Green value is 206 (80.86% from 255 or 37.32% from 552); Blue value is 241 (94.53% from 255 or 43.66% from 552); Max value from RGB is 241 - color contains mainly: blue. Hex color #69CEF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69CEF1 is #96310E. Grayscale: #B3B3B3. Windows color (decimal): -9842959 or 15847017. OLE color: 15847017.

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

Color convert

RGB 105 206 241 -
CMYK 0.56 0.15 0 0.05
HSL 195.44º 0.83% 0.68% -
HSV(B) 195.44º 0.56% 0.95% -
XYZ 43.77 53.5 91.24 -
YUV 179.79 162.54 74.65 -
System Red Green Blue C M Y K H S L
Decimal 105 206 241 0.56 0.15 0 0.05 195.44 0.83 0.68
Hex 69 CE F1 38 F 0 5 C3 53 44
Octal 151 316 361 70 17 0 5 303 123 104
Binary 1101001 11001110 11110001 111000 1111 0 101 11000011 1010011 1000100

Color Harmonies of #69CEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69CEF1

Black with #69CEF1

Text Example


Text Example

White with #69CEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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