Html Css Color HEX #7BDFEF Turquoise Blue

📋 copy color: '#7BDFEF'

red 123 ◦ green 223 ◦ blue 239

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

Shades of Turquoise Blue #7BDFEF

Tints of Turquoise Blue #7BDFEF

RGB

 RED value IS 123 (48.44% from 255) = 21.03%

 GREEN value IS 223 (87.5% from 255) = 38.12%

 BLUE value IS 239 (93.75% from 255) = 40.85%

R = 21.03%
G = 38.12%
B = 40.85%

CMYK

 C value IS 0.49

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7BDFEF (or 0x7BDFEF) is known color: Turquoise Blue. HEX triplet: 7B, DF and EF. RGB value is (123,223,239). Sum of RGB (Red+Green+Blue) = 123+223+239=585 (77% of max value = 765). Red value is 123 (48.44% from 255 or 21.03% from 585); Green value is 223 (87.5% from 255 or 38.12% from 585); Blue value is 239 (93.75% from 255 or 40.85% from 585); Max value from RGB is 239 - color contains mainly: blue. Hex color #7BDFEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BDFEF is #842010. Grayscale: #C2C2C2. Windows color (decimal): -8658961 or 15720315. OLE color: 15720315.

HSL color Cylindrical-coordinate representation of color #7BDFEF: hue angle of 188.28º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7BDFEF is Cyan = 0.49, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 123 223 239 -
CMYK 0.49 0.07 0 0.06
HSL 188.28º 0.78% 0.71% -
HSV(B) 188.28º 0.49% 0.94% -
XYZ 50.14 63.22 91.22 -
YUV 194.92 152.87 76.7 -
System Red Green Blue C M Y K H S L
Decimal 123 223 239 0.49 0.07 0 0.06 188.28 0.78 0.71
Hex 7B DF EF 31 7 0 6 BC 4E 47
Octal 173 337 357 61 7 0 6 274 116 107
Binary 1111011 11011111 11101111 110001 111 0 110 10111100 1001110 1000111

Color Harmonies of #7BDFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BDFEF

Black with #7BDFEF

Text Example


Text Example

White with #7BDFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7BDFEF; }

 p { color: rgb(123,223,239); }

 H1.HeaderClassName
 {
   color: #7BDFEF;
 }
 .AnyTagClassName
 {
   color: #7BDFEF;
 }
</style>

background-color css

<style>
 a { background-color: #7BDFEF; }

 a { background-color: rgb(123,223,239); }

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

border-color css

<style>
 span { border-color: #7BDFEF; }

 span { border-color: rgb(123,223,239); }

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