Html Css Color HEX #69CFF2 Turquoise Blue

📋 copy color: '#69CFF2'

red 105 ◦ green 207 ◦ blue 242

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

Shades of Turquoise Blue #69CFF2

Tints of Turquoise Blue #69CFF2

RGB

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

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

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

R = 18.95%
G = 37.36%
B = 43.68%

CMYK

 C value IS 0.57

 M value IS 0.14

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#69CFF2 (or 0x69CFF2) is known color: Turquoise Blue. HEX triplet: 69, CF and F2. RGB value is (105,207,242). Sum of RGB (Red+Green+Blue) = 105+207+242=554 (73% of max value = 765). Red value is 105 (41.41% from 255 or 18.95% from 554); Green value is 207 (81.25% from 255 or 37.36% from 554); Blue value is 242 (94.92% from 255 or 43.68% from 554); Max value from RGB is 242 - color contains mainly: blue. Hex color #69CFF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69CFF2 is #96300D. Grayscale: #B4B4B4. Windows color (decimal): -9842702 or 15912809. OLE color: 15912809.

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

Color convert

RGB 105 207 242 -
CMYK 0.57 0.14 0 0.05
HSL 195.33º 0.84% 0.68% -
HSV(B) 195.33º 0.57% 0.95% -
XYZ 44.17 54.04 92.11 -
YUV 180.49 162.71 74.15 -
System Red Green Blue C M Y K H S L
Decimal 105 207 242 0.57 0.14 0 0.05 195.33 0.84 0.68
Hex 69 CF F2 39 E 0 5 C3 54 44
Octal 151 317 362 71 16 0 5 303 124 104
Binary 1101001 11001111 11110010 111001 1110 0 101 11000011 1010100 1000100

Color Harmonies of #69CFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69CFF2

Black with #69CFF2

Text Example


Text Example

White with #69CFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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