Html Css Color HEX #7BDFEB Turquoise Blue

📋 copy color: '#7BDFEB'

red 123 ◦ green 223 ◦ blue 235

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

Shades of Turquoise Blue #7BDFEB

Tints of Turquoise Blue #7BDFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 40.45%

R = 21.17%
G = 38.38%
B = 40.45%

CMYK

 C value IS 0.48

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7BDFEB (or 0x7BDFEB) is known color: Turquoise Blue. HEX triplet: 7B, DF and EB. RGB value is (123,223,235). Sum of RGB (Red+Green+Blue) = 123+223+235=581 (76% of max value = 765). Red value is 123 (48.44% from 255 or 21.17% from 581); Green value is 223 (87.5% from 255 or 38.38% from 581); Blue value is 235 (92.19% from 255 or 40.45% from 581); Max value from RGB is 235 - color contains mainly: blue. Hex color #7BDFEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BDFEB is #842014. Grayscale: #C2C2C2. Windows color (decimal): -8658965 or 15458171. OLE color: 15458171.

HSL color Cylindrical-coordinate representation of color #7BDFEB: hue angle of 186.43º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7BDFEB is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 123 223 235 -
CMYK 0.48 0.05 0 0.08
HSL 186.43º 0.74% 0.7% -
HSV(B) 186.43º 0.48% 0.92% -
XYZ 49.55 62.98 88.14 -
YUV 194.47 150.87 77.02 -
System Red Green Blue C M Y K H S L
Decimal 123 223 235 0.48 0.05 0 0.08 186.43 0.74 0.7
Hex 7B DF EB 30 5 0 8 BA 4A 46
Octal 173 337 353 60 5 0 10 272 112 106
Binary 1111011 11011111 11101011 110000 101 0 1000 10111010 1001010 1000110

Color Harmonies of #7BDFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BDFEB

Black with #7BDFEB

Text Example


Text Example

White with #7BDFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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