Html Css Color HEX #69CFF1 Turquoise Blue

📋 copy color: '#69CFF1'

red 105 ◦ green 207 ◦ blue 241

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

Shades of Turquoise Blue #69CFF1

Tints of Turquoise Blue #69CFF1

RGB

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

 GREEN value IS 207 (81.25% from 255) = 37.43%

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

R = 18.99%
G = 37.43%
B = 43.58%

CMYK

 C value IS 0.56

 M value IS 0.14

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#69CFF1 (or 0x69CFF1) is known color: Turquoise Blue. HEX triplet: 69, CF and F1. RGB value is (105,207,241). Sum of RGB (Red+Green+Blue) = 105+207+241=553 (73% of max value = 765). Red value is 105 (41.41% from 255 or 18.99% from 553); Green value is 207 (81.25% from 255 or 37.43% from 553); Blue value is 241 (94.53% from 255 or 43.58% from 553); Max value from RGB is 241 - color contains mainly: blue. Hex color #69CFF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69CFF1 is #96300E. Grayscale: #B4B4B4. Windows color (decimal): -9842703 or 15847273. OLE color: 15847273.

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

Color convert

RGB 105 207 241 -
CMYK 0.56 0.14 0 0.05
HSL 195º 0.83% 0.68% -
HSV(B) 195º 0.56% 0.95% -
XYZ 44.02 53.98 91.32 -
YUV 180.38 162.21 74.24 -
System Red Green Blue C M Y K H S L
Decimal 105 207 241 0.56 0.14 0 0.05 195 0.83 0.68
Hex 69 CF F1 38 E 0 5 C3 53 44
Octal 151 317 361 70 16 0 5 303 123 104
Binary 1101001 11001111 11110001 111000 1110 0 101 11000011 1010011 1000100

Color Harmonies of #69CFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69CFF1

Black with #69CFF1

Text Example


Text Example

White with #69CFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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