Html Css Color HEX #07DCEE Bright Turquoise

📋 copy color: '#07DCEE'

red 7 ◦ green 220 ◦ blue 238

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

Shades of Bright Turquoise #07DCEE

Tints of Bright Turquoise #07DCEE

RGB

 RED value IS 7 (3.13% from 255) = 1.51%

 GREEN value IS 220 (86.33% from 255) = 47.31%

 BLUE value IS 238 (93.36% from 255) = 51.18%

R = 1.51%
G = 47.31%
B = 51.18%

CMYK

 C value IS 0.97

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#07DCEE (or 0x07DCEE) is known color: Bright Turquoise. HEX triplet: 07, DC and EE. RGB value is (7,220,238). Sum of RGB (Red+Green+Blue) = 7+220+238=465 (61% of max value = 765). Red value is 7 (3.12% from 255 or 1.51% from 465); Green value is 220 (86.33% from 255 or 47.31% from 465); Blue value is 238 (93.36% from 255 or 51.18% from 465); Max value from RGB is 238 - color contains mainly: blue. Hex color #07DCEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07DCEE is #F82311. Grayscale: #9E9E9E. Windows color (decimal): -16261906 or 15653895. OLE color: 15653895.

HSL color Cylindrical-coordinate representation of color #07DCEE: hue angle of 184.68º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07DCEE is Cyan = 0.97, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 7 220 238 -
CMYK 0.97 0.08 0 0.07
HSL 184.68º 0.94% 0.48% -
HSV(B) 184.68º 0.97% 0.93% -
XYZ 41.11 57.4 89.8 -
YUV 158.37 172.93 20.04 -
System Red Green Blue C M Y K H S L
Decimal 7 220 238 0.97 0.08 0 0.07 184.68 0.94 0.48
Hex 7 DC EE 61 8 0 7 B9 5E 30
Octal 7 334 356 141 10 0 7 271 136 60
Binary 111 11011100 11101110 1100001 1000 0 111 10111001 1011110 110000

Color Harmonies of #07DCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07DCEE

Black with #07DCEE

Text Example


Text Example

White with #07DCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07DCEE; }

 p { color: rgb(7,220,238); }

 H1.HeaderClassName
 {
   color: #07DCEE;
 }
 .AnyTagClassName
 {
   color: #07DCEE;
 }
</style>

background-color css

<style>
 a { background-color: #07DCEE; }

 a { background-color: rgb(7,220,238); }

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

border-color css

<style>
 span { border-color: #07DCEE; }

 span { border-color: rgb(7,220,238); }

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