Html Css Color HEX #42D4F3 Medium Turquoise

📋 copy color: '#42D4F3'

red 66 ◦ green 212 ◦ blue 243

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

Shades of Medium Turquoise #42D4F3

Tints of Medium Turquoise #42D4F3

RGB

 RED value IS 66 (26.17% from 255) = 12.67%

 GREEN value IS 212 (83.2% from 255) = 40.69%

 BLUE value IS 243 (95.31% from 255) = 46.64%

R = 12.67%
G = 40.69%
B = 46.64%

CMYK

 C value IS 0.73

 M value IS 0.13

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#42D4F3 (or 0x42D4F3) is known color: Medium Turquoise. HEX triplet: 42, D4 and F3. RGB value is (66,212,243). Sum of RGB (Red+Green+Blue) = 66+212+243=521 (69% of max value = 765). Red value is 66 (26.17% from 255 or 12.67% from 521); Green value is 212 (83.20% from 255 or 40.69% from 521); Blue value is 243 (95.31% from 255 or 46.64% from 521); Max value from RGB is 243 - color contains mainly: blue. Hex color #42D4F3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42D4F3 is #BD2B0C. Grayscale: #ABABAB. Windows color (decimal): -12397325 or 15979586. OLE color: 15979586.

HSL color Cylindrical-coordinate representation of color #42D4F3: hue angle of 190.51º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42D4F3 is Cyan = 0.73, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 66 212 243 -
CMYK 0.73 0.13 0 0.05
HSL 190.51º 0.88% 0.61% -
HSV(B) 190.51º 0.73% 0.95% -
XYZ 41.97 54.72 93.14 -
YUV 171.88 168.13 52.48 -
System Red Green Blue C M Y K H S L
Decimal 66 212 243 0.73 0.13 0 0.05 190.51 0.88 0.61
Hex 42 D4 F3 49 D 0 5 BF 58 3D
Octal 102 324 363 111 15 0 5 277 130 75
Binary 1000010 11010100 11110011 1001001 1101 0 101 10111111 1011000 111101

Color Harmonies of #42D4F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D4F3

Black with #42D4F3

Text Example


Text Example

White with #42D4F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42D4F3; }

 p { color: rgb(66,212,243); }

 H1.HeaderClassName
 {
   color: #42D4F3;
 }
 .AnyTagClassName
 {
   color: #42D4F3;
 }
</style>

background-color css

<style>
 a { background-color: #42D4F3; }

 a { background-color: rgb(66,212,243); }

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

border-color css

<style>
 span { border-color: #42D4F3; }

 span { border-color: rgb(66,212,243); }

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