Html Css Color HEX #69CFEA Turquoise Blue

📋 copy color: '#69CFEA'

red 105 ◦ green 207 ◦ blue 234

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

Shades of Turquoise Blue #69CFEA

Tints of Turquoise Blue #69CFEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 42.86%

R = 19.23%
G = 37.91%
B = 42.86%

CMYK

 C value IS 0.55

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#69CFEA (or 0x69CFEA) is known color: Turquoise Blue. HEX triplet: 69, CF and EA. RGB value is (105,207,234). Sum of RGB (Red+Green+Blue) = 105+207+234=546 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.23% from 546); Green value is 207 (81.25% from 255 or 37.91% from 546); Blue value is 234 (91.80% from 255 or 42.86% from 546); Max value from RGB is 234 - color contains mainly: blue. Hex color #69CFEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69CFEA is #963015. Grayscale: #B3B3B3. Windows color (decimal): -9842710 or 15388521. OLE color: 15388521.

HSL color Cylindrical-coordinate representation of color #69CFEA: hue angle of 192.56º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #69CFEA is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 105 207 234 -
CMYK 0.55 0.12 0 0.08
HSL 192.56º 0.75% 0.66% -
HSV(B) 192.56º 0.55% 0.92% -
XYZ 42.99 53.57 85.92 -
YUV 179.58 158.71 74.8 -
System Red Green Blue C M Y K H S L
Decimal 105 207 234 0.55 0.12 0 0.08 192.56 0.75 0.66
Hex 69 CF EA 37 C 0 8 C1 4B 42
Octal 151 317 352 67 14 0 10 301 113 102
Binary 1101001 11001111 11101010 110111 1100 0 1000 11000001 1001011 1000010

Color Harmonies of #69CFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69CFEA

Black with #69CFEA

Text Example


Text Example

White with #69CFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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